summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-09-07 14:01:39 +1000
committerDarren Tucker <dtucker@dtucker.net>2018-09-07 14:01:39 +1000
commitea9c06e11d2e8fb2f4d5e02f8a41e23d2bd31ca9 (patch)
tree4003176522fec6c4b80ba30dd2ccb3d634e7d109 /openbsd-compat
parent9617816dbe73ec4d65075f4d897443f63a97c87f (diff)
Include stdlib.h.
Patch from jjelen at redhat via bz#2687.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/port-linux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-linux.c b/openbsd-compat/port-linux.c
index 8c5325cc3..622988822 100644
--- a/openbsd-compat/port-linux.c
+++ b/openbsd-compat/port-linux.c
@@ -26,6 +26,7 @@
26#include <stdarg.h> 26#include <stdarg.h>
27#include <string.h> 27#include <string.h>
28#include <stdio.h> 28#include <stdio.h>
29#include <stdlib.h>
29 30
30#include "log.h" 31#include "log.h"
31#include "xmalloc.h" 32#include "xmalloc.h"