diff options
-rw-r--r-- | etisnoop.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etisnoop.cpp b/etisnoop.cpp index 504d446..92f54fd 100644 --- a/etisnoop.cpp +++ b/etisnoop.cpp @@ -28,7 +28,9 @@ */ - +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif #include <stdio.h> #include <unistd.h> #include <getopt.h> |