summaryrefslogtreecommitdiff
path: root/windows/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/schedule.c')
-rw-r--r--windows/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/schedule.c b/windows/schedule.c
index eb9ed3bc4..249e60e27 100644
--- a/windows/schedule.c
+++ b/windows/schedule.c
@@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sys/time.h>
#include <time.h>
+#include "utils/sys_time.h"
#include "utils/log.h"
#include "utils/utils.h"
#include "utils/errors.h"