summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monitor.c2
-rw-r--r--monitor_mm.c2
-rw-r--r--xmalloc.c2
3 files changed, 6 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 4f9c9fed6..bab6ce87e 100644
--- a/monitor.c
+++ b/monitor.c
@@ -39,7 +39,9 @@
39#endif 39#endif
40#include <pwd.h> 40#include <pwd.h>
41#include <signal.h> 41#include <signal.h>
42#ifdef HAVE_STDINT_H
42#include <stdint.h> 43#include <stdint.h>
44#endif
43#include <stdlib.h> 45#include <stdlib.h>
44#include <string.h> 46#include <string.h>
45#include <stdarg.h> 47#include <stdarg.h>
diff --git a/monitor_mm.c b/monitor_mm.c
index 50731527c..aa47b2ed5 100644
--- a/monitor_mm.c
+++ b/monitor_mm.c
@@ -35,7 +35,9 @@
35#include <errno.h> 35#include <errno.h>
36#include <stdarg.h> 36#include <stdarg.h>
37#include <stddef.h> 37#include <stddef.h>
38#ifdef HAVE_STDINT_H
38#include <stdint.h> 39#include <stdint.h>
40#endif
39#include <stdlib.h> 41#include <stdlib.h>
40#include <string.h> 42#include <string.h>
41 43
diff --git a/xmalloc.c b/xmalloc.c
index fe266cc46..cd59dc2e5 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -16,7 +16,9 @@
16#include "includes.h" 16#include "includes.h"
17 17
18#include <stdarg.h> 18#include <stdarg.h>
19#ifdef HAVE_STDINT_H
19#include <stdint.h> 20#include <stdint.h>
21#endif
20#include <stdio.h> 22#include <stdio.h>
21#include <stdlib.h> 23#include <stdlib.h>
22#include <string.h> 24#include <string.h>