aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-11-04 16:04:54 +0100
committerHenrik Nord <[email protected]>2015-11-04 16:06:04 +0100
commitcb62ace6eac881e2b42880c6f645afbc56295ee0 (patch)
tree694d393f9f622ef5869d73e083e1367679e89c75 /erts/epmd
parent4ddb88db95442d18abe654ba1ff788e98eebe375 (diff)
downloadotp-cb62ace6eac881e2b42880c6f645afbc56295ee0.tar.gz
otp-cb62ace6eac881e2b42880c6f645afbc56295ee0.tar.bz2
otp-cb62ace6eac881e2b42880c6f645afbc56295ee0.zip
add missing time.h
Diffstat (limited to 'erts/epmd')
-rw-r--r--erts/epmd/src/epmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/epmd/src/epmd.c b/erts/epmd/src/epmd.c
index 132bda725c..63ec18d939 100644
--- a/erts/epmd/src/epmd.c
+++ b/erts/epmd/src/epmd.c
@@ -29,7 +29,7 @@
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
-
+#include <time.h>
/* forward declarations */
static void usage(EpmdVars *);