summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-02-22 15:21:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-02-22 15:21:59 +0000
commitfa8b3a2161c997be308438040641dc0445f9d494 (patch)
treeded77ab223710519b6be16f90de4a6a418d33123
parent354b825e585790a15fc07ca382540739cbb3c155 (diff)
Always include the stdio.h header file
-rw-r--r--dund/sdp.c3
-rw-r--r--hcid/kword.c1
-rw-r--r--pand/sdp.c3
-rw-r--r--sdpd/cstate.c1
-rw-r--r--sdpd/request.c1
-rw-r--r--sdpd/service.c1
-rw-r--r--sdpd/servicedb.c1
7 files changed, 9 insertions, 2 deletions
diff --git a/dund/sdp.c b/dund/sdp.c
index 939c361c..45060e81 100644
--- a/dund/sdp.c
+++ b/dund/sdp.c
@@ -31,11 +31,12 @@
#include <config.h>
#endif
+#include <stdio.h>
+#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <syslog.h>
-#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/hcid/kword.c b/hcid/kword.c
index 895b2410..41800b75 100644
--- a/hcid/kword.c
+++ b/hcid/kword.c
@@ -32,6 +32,7 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
diff --git a/pand/sdp.c b/pand/sdp.c
index 686b25b5..85edc681 100644
--- a/pand/sdp.c
+++ b/pand/sdp.c
@@ -31,11 +31,12 @@
#include <config.h>
#endif
+#include <stdio.h>
+#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <syslog.h>
-#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/sdpd/cstate.c b/sdpd/cstate.c
index 8f9db218..735d5850 100644
--- a/sdpd/cstate.c
+++ b/sdpd/cstate.c
@@ -33,6 +33,7 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <malloc.h>
#include <sys/time.h>
diff --git a/sdpd/request.c b/sdpd/request.c
index 7bdecb7a..dbb3ff37 100644
--- a/sdpd/request.c
+++ b/sdpd/request.c
@@ -33,6 +33,7 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <malloc.h>
#include <syslog.h>
#include <netinet/in.h>
diff --git a/sdpd/service.c b/sdpd/service.c
index a8d93994..f2457e1f 100644
--- a/sdpd/service.c
+++ b/sdpd/service.c
@@ -33,6 +33,7 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <netinet/in.h>
#include <sys/socket.h>
diff --git a/sdpd/servicedb.c b/sdpd/servicedb.c
index 9f87eca6..5006fbb4 100644
--- a/sdpd/servicedb.c
+++ b/sdpd/servicedb.c
@@ -33,6 +33,7 @@
#include <config.h>
#endif
+#include <stdio.h>
#include <malloc.h>
#include <syslog.h>
#include <sys/socket.h>