blob: a47224e678d5e8473180193d3789ad0b57c14536 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.2 2012/10/11 18:46:11 shattered Exp $
--- cpmcp.c.orig 2012-10-07 10:46:25.000000000 +0000
+++ cpmcp.c
@@ -1,8 +1,8 @@
/* #includes */ /*{{{C}}}*//*{{{*/
#include "config.h"
-#include <sys/stat.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
|