14 lines
331 B
Text
14 lines
331 B
Text
$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>
|