summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-aa
blob: d0035ebeaf1b1f68a773d5cf2da4144847ce67f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- build/myftw.c.orig	Thu Jan 23 17:14:47 1997
+++ build/myftw.c	Thu Jan 23 17:11:27 1997
@@ -19,12 +19,12 @@
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <sys/types.h>
 #include <errno.h>
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>
 #include <dirent.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 
 #ifndef NAMLEN