summaryrefslogtreecommitdiff
path: root/lang/open-cobol-devel/files/patch-fileio.h
blob: fd46730f005853298b16e475273ef55dfb33314a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libcob/fileio.h.orig	Tue Aug  6 15:19:11 2002
+++ libcob/fileio.h	Tue Aug  6 15:19:18 2002
@@ -21,7 +21,7 @@
 #define COB_FILEIO_H
 
 #include <stdio.h>
-#include <db.h>
+#include <db4/db.h>
 #include <libcob/common.h>
 
 #define COB_EQ	1 	/* x == y */