aboutsummaryrefslogtreecommitdiffstats
path: root/odmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'odmr.c')
-rw-r--r--odmr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/odmr.c b/odmr.c
index c712ccb8..bc694083 100644
--- a/odmr.c
+++ b/odmr.c
@@ -9,6 +9,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
+#ifdef HAVE_STRING_H /* strcat() */
+#include <string.h>
+#endif
#ifdef HAVE_NET_SOCKET_H /* BeOS needs this */
#include <net/socket.h>
#endif