Fixed the compile-command.
[icmp-dn.git] / src / idnlookup.c
index e97f62f..c384796 100644 (file)
@@ -31,6 +31,9 @@
 #include <sys/types.h>
 #include <sys/poll.h>
 #include <sys/time.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 struct icmphdr {
     u_int8_t type;
@@ -276,6 +279,6 @@ int main(int argc, char **argv)
 
 /*
  * Local Variables:
- * compile-command: "gcc -Wall -g -o idnlookup idnlookup.c"
+ * compile-command: "make CFLAGS='-Wall -g'"
  * End:
  */