gettimeofday() requires sys/time.h

This commit is contained in:
Joris Vink 2014-08-01 16:10:37 +02:00
parent 67c3bd84ba
commit 5fa964c5c0
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include <sys/time.h>
#include <limits.h>
#include "kore.h"