openbsd-ports/graphics/xaos/patches/patch-src_util_timers_c
2017-10-20 08:47:01 +00:00

14 lines
302 B
Plaintext

$OpenBSD: patch-src_util_timers_c,v 1.1 2017/10/20 08:47:01 pascal Exp $
Index: src/util/timers.c
--- src/util/timers.c.orig
+++ src/util/timers.c
@@ -26,6 +26,7 @@
#include <stdio.h>
#include <libc.h>
#else
+#include <stdlib.h>
#include <config.h>
#ifdef HAVE_GETTIMEOFDAY
#ifdef HAVE_UNISTD_H