Make header include order consistent (#71704, Diego Escalante Urrelo)
[platform/upstream/glib.git] / gmodule / gmodule-ar.c
index 4de9c43..8bc847d 100644 (file)
 /* because we are compatible with archive format only since AIX 4.3 */
 
 #define __AR_BIG__
+
+#include "config.h"
+
 #include <ar.h>
+#include <stdlib.h>
 
 #include <dlfcn.h>