]> granicus.if.org Git - taglib/commitdiff
Need plain <fcntl.h> for open and its flags, not necessarily sys/fcntl.h
authorAdriaan de Groot <groot@kde.org>
Tue, 20 May 2008 09:20:19 +0000 (09:20 +0000)
committerAdriaan de Groot <groot@kde.org>
Tue, 20 May 2008 09:20:19 +0000 (09:20 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810223 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

tests/utils.h

index 21d94526f0fb2808cb7a2445725d2d4695ea4e82..f688df1cad501cd4af75aa5790b337268b74860a 100644 (file)
@@ -1,6 +1,7 @@
 #include <string>
 #include <stdio.h>
 #include <sys/fcntl.h>
+#include <fcntl.h>
 
 using namespace std;