diff options
| author | Henrik Nord <[email protected]> | 2015-11-04 16:04:54 +0100 |
|---|---|---|
| committer | Henrik Nord <[email protected]> | 2015-11-04 16:06:04 +0100 |
| commit | cb62ace6eac881e2b42880c6f645afbc56295ee0 (patch) | |
| tree | 694d393f9f622ef5869d73e083e1367679e89c75 | |
| parent | 4ddb88db95442d18abe654ba1ff788e98eebe375 (diff) | |
| download | otp-cb62ace6eac881e2b42880c6f645afbc56295ee0.tar.gz otp-cb62ace6eac881e2b42880c6f645afbc56295ee0.tar.bz2 otp-cb62ace6eac881e2b42880c6f645afbc56295ee0.zip | |
add missing time.h
| -rw-r--r-- | erts/epmd/src/epmd.c | 2 |
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 *); |
