diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-17 18:55:27 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-17 18:55:27 +1000 |
commit | e6b641a9a13d664fb7b98227218a0b3f65dfd40c (patch) | |
tree | 578b07287ad56ee300d3661671178dca82dcd3fb /openbsd-compat/fake-rfc2553.c | |
parent | 56799c3f2aaa86df71534cd25dd9e6d05782fa5f (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.c | 2 |
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> |