summaryrefslogtreecommitdiff
path: root/openbsd-compat/fake-rfc2553.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-17 18:55:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-17 18:55:27 +1000
commite6b641a9a13d664fb7b98227218a0b3f65dfd40c (patch)
tree578b07287ad56ee300d3661671178dca82dcd3fb /openbsd-compat/fake-rfc2553.c
parent56799c3f2aaa86df71534cd25dd9e6d05782fa5f (diff)
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
Include stdlib.h for malloc and friends.
Diffstat (limited to 'openbsd-compat/fake-rfc2553.c')
-rw-r--r--openbsd-compat/fake-rfc2553.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c
index b69f7f13f..b6ea3d21e 100644
--- a/openbsd-compat/fake-rfc2553.c
+++ b/openbsd-compat/fake-rfc2553.c
@@ -36,6 +36,8 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39
40#include <stdlib.h>
39#include <string.h> 41#include <string.h>
40 42
41#include <netinet/in.h> 43#include <netinet/in.h>