summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 8a94729..6256961 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -29,7 +29,9 @@
29#define _ISOC99_SOURCE 29#define _ISOC99_SOURCE
30#define _C99_SOURCE 30#define _C99_SOURCE
31 31
32#if HAVE_CONFIG_H
32#include "config.h" 33#include "config.h"
34#endif
33 35
34#include <errno.h> 36#include <errno.h>
35#include <stdarg.h> 37#include <stdarg.h>