]> granicus.if.org Git - taglib/commitdiff
Previous was me being stupid and too-quick on the commit button. Need unistd as well...
authorAdriaan de Groot <groot@kde.org>
Tue, 20 May 2008 09:29:09 +0000 (09:29 +0000)
committerAdriaan de Groot <groot@kde.org>
Tue, 20 May 2008 09:29:09 +0000 (09:29 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810229 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

tests/utils.h

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