diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-02-22 15:21:59 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-02-22 15:21:59 +0000 |
commit | fa8b3a2161c997be308438040641dc0445f9d494 (patch) | |
tree | ded77ab223710519b6be16f90de4a6a418d33123 /dund/sdp.c | |
parent | 354b825e585790a15fc07ca382540739cbb3c155 (diff) |
Always include the stdio.h header file
Diffstat (limited to 'dund/sdp.c')
-rw-r--r-- | dund/sdp.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |