summaryrefslogtreecommitdiffstats
path: root/pand
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 /pand
parent354b825e585790a15fc07ca382540739cbb3c155 (diff)
Always include the stdio.h header file
Diffstat (limited to 'pand')
-rw-r--r--pand/sdp.c3
1 files changed, 2 insertions, 1 deletions
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>