repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git]
/
mingw32-duma
/
fix-missing-include.patch
blob
de22899ccc5344627e2e17c55401057ff4c542af
1
--- print.c 2011-10-10 13:38:54.294438573 +0200
2
+++ print.c 2011-10-10 13:39:16.774438643 +0200
3
@@ -42,7 +42,7 @@
4
#include <windows.h>
5
#include <winbase.h>
6
#include <io.h>
7
-
8
+ #include <fcntl.h>
9
#ifndef __CYGWIN__
10
/* already defined in cygwin headers */
11
typedef LPVOID caddr_t;