Commit af929d56 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

auhal: Make sure gettimeofday is defined.

parent 808821a8
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <unistd.h> #include <unistd.h>
#include <sys/time.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment