Include autoconf.h
authorKen Raeburn <raeburn@mit.edu>
Sun, 25 Mar 2007 23:08:38 +0000 (23:08 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sun, 25 Mar 2007 23:08:38 +0000 (23:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19273 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/t_inetd.c
src/tests/gss-threads/gss-server.c
src/tests/resolve/resolve.c

index 80835b58b609e3d44a10aa5d60592513ef0c15fd..6dc91cbbe77ace04d662eb46e77008133a724c12 100644 (file)
@@ -33,7 +33,7 @@
  *             
  */
 
-
+#include "autoconf.h"
 
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
index 6cbac84afb3eba6d7d4e257be26b9b6ce4f97bb3..922a016c999e071fdd3ca3bbe48e61c1c6d0a0a9 100644 (file)
@@ -55,6 +55,7 @@
 #include <pthread.h>
 #include <signal.h>
 #endif
+#include "autoconf.h"
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
index b1fe969d3ed4c43ca26f38d326d390550e7c00cf..62768af26a18027e4d1968b2be8da4d8e40d120e 100644 (file)
@@ -41,6 +41,7 @@
 
 /* This program tests the resolve library and sees if it is broken... */
 
+#include "autoconf.h"
 #include <stdio.h>
 
 #if STDC_HEADERS