summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/mqueuetimedsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/mqueuetimedsend.c')
-rw-r--r--c/src/exec/posix/src/mqueuetimedsend.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/posix/src/mqueuetimedsend.c b/c/src/exec/posix/src/mqueuetimedsend.c
index 3bc89c8014..3893921947 100644
--- a/c/src/exec/posix/src/mqueuetimedsend.c
+++ b/c/src/exec/posix/src/mqueuetimedsend.c
@@ -14,6 +14,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdarg.h>
#include <pthread.h>