summaryrefslogtreecommitdiff
path: root/www/middleman/files/patch-include-types.h
blob: 9cf7c7c71241f1be8ea70857c743ed02db0e53a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/types.h.orig	Sat Nov  5 19:51:41 2005
+++ include/types.h	Sat Nov  5 19:51:54 2005
@@ -1,6 +1,8 @@
 #ifndef TYPES_H
 #define TYPES_H
 
+#include <sys/types.h>
+
 struct unlink_list {
 	struct unlink_list *next;
 	char *path;