aboutsummaryrefslogtreecommitdiffstats
path: root/erts/epmd/src
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2015-11-11 16:00:22 +0100
committerHenrik Nord <[email protected]>2015-11-11 16:00:22 +0100
commit7eb292fd6849e43dad0b738027d90ca4944d14e2 (patch)
treeadd412171ecdb9eab0b9ea8f98448c03449c1ced /erts/epmd/src
parentf6fb97c9ea7b67e0d14bd830469ae758b7d44200 (diff)
parentcb62ace6eac881e2b42880c6f645afbc56295ee0 (diff)
downloadotp-7eb292fd6849e43dad0b738027d90ca4944d14e2.tar.gz
otp-7eb292fd6849e43dad0b738027d90ca4944d14e2.tar.bz2
otp-7eb292fd6849e43dad0b738027d90ca4944d14e2.zip
Merge branch 'henrik/epmd-ctime' into maint
* henrik/epmd-ctime: add missing time.h OTP-13095
Diffstat (limited to 'erts/epmd/src')
-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 *);