From 1af804bc9afedfdfefdb527ae78534b0b0af1e7d Mon Sep 17 00:00:00 2001
From: epochqwert <epoch@hacking.allowed.org>
Date: Mon, 9 Jan 2017 08:31:57 +0000
Subject: added a workaround to get it to build on linux

---
 segfault.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/segfault.c b/segfault.c
index 5af65f5..ebf3c74 100644
--- a/segfault.c
+++ b/segfault.c
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
+#define __need_timer_t
 #include <time.h>
 #include <pwd.h>
 #include <sys/stat.h>
-- 
cgit v1.2.3