libpsl/0001-Remove-include-of-bits-stat.h.patch

25 lines
537 B
Diff

From dbefdb67678d0774c352aebe4eb37e526c280a3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>
Date: Thu, 19 Nov 2015 10:06:04 +0100
Subject: [PATCH] Remove include of bits/stat.h
---
src/psl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/psl.c b/src/psl.c
index 486da89..ed14a19 100644
--- a/src/psl.c
+++ b/src/psl.c
@@ -87,7 +87,6 @@
#endif
#include <libpsl.h>
-#include <bits/stat.h>
/* number of elements within an array */
#define countof(a) (sizeof(a)/sizeof(*(a)))
--
2.1.4