]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Compile fix for ubuntu(lenny/sid).
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 27 Jan 2010 20:36:20 +0000 (20:36 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Wed, 27 Jan 2010 20:36:20 +0000 (20:36 +0000)
pcat/pcat.c

index c0915558cf7692f7777cff6fc1c0a2002c7368b1..0e7254cb73d2d6e08de9ba6456812f580f1c4845 100644 (file)
@@ -3,6 +3,9 @@
 #endif
 
 #include "config.h"
+#ifdef HAVE_GETOPT_H
+#  include <getopt.h>
+#endif
 
 #include <ldns/ldns.h>
 #include <errno.h>