Skip to content
Snippets Groups Projects
Commit 02684c54 authored by Andy Green's avatar Andy Green
Browse files

fix missing include for time

parent 5b71aac2
Branches
Tags
No related merge requests found
......@@ -37,6 +37,8 @@
#include <signal.h>
#include <unistd.h>
#include <strings.h>
#include <time.h>
#endif
#include <stdio.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment