From 00e24b43ffc8cc0eb2f062218646f465a8176b8f Mon Sep 17 00:00:00 2001 From: "josh.macdonald" Date: Sat, 16 Jun 2012 15:22:13 +0000 Subject: Include testing/regtest.cc in Makefile.am --- xdelta3/xdelta3-internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xdelta3/xdelta3-internal.h') diff --git a/xdelta3/xdelta3-internal.h b/xdelta3/xdelta3-internal.h index 47cfe59..d134564 100644 --- a/xdelta3/xdelta3-internal.h +++ b/xdelta3/xdelta3-internal.h @@ -15,6 +15,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef XDELTA3_INTERNAL_H__ +#define XDELTA3_INTERNAL_H__ #include #include @@ -123,3 +125,5 @@ void xprintf(const char *fmt, ...) PRINTF_ATTRIBUTE(1,2); #define NTR "" #endif + +#endif // XDELTA3_INTERNAL_H__ -- cgit v1.2.3