aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-11-11 16:00:46 +0100
committerHenrik Nord <[email protected]>2015-11-11 16:00:46 +0100
commit6da32c313f53990eb9ca718cccc72f2b4df29839 (patch)
treec13ecf2ff1dfe7d5435224c234987d692efc3028 /erts/epmd
parent79452c126e3448b0300d04a70ffe7dd748eaff99 (diff)
parent7eb292fd6849e43dad0b738027d90ca4944d14e2 (diff)
downloadotp-6da32c313f53990eb9ca718cccc72f2b4df29839.tar.gz
otp-6da32c313f53990eb9ca718cccc72f2b4df29839.tar.bz2
otp-6da32c313f53990eb9ca718cccc72f2b4df29839.zip
Merge branch 'maint'
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 7c373509be..21ce4e52b0 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 *);