summaryrefslogtreecommitdiffstats
path: root/src/locking.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-07-17 01:36:42 +0200
committerGravatar Nikias Bassen2012-07-17 01:36:42 +0200
commit1174f8226b258cb778752e45d010285f6f6ff9fa (patch)
tree752ec2079aa6185bfb66b443fbabb5a885f1e3bf /src/locking.h
parentc960398317b2bba90d59612edee5cc95ca81e1f9 (diff)
downloadidevicerestore-1174f8226b258cb778752e45d010285f6f6ff9fa.tar.gz
idevicerestore-1174f8226b258cb778752e45d010285f6f6ff9fa.tar.bz2
locking: add missing include to make mingw compiler happy
Diffstat (limited to 'src/locking.h')
-rw-r--r--src/locking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locking.h b/src/locking.h
index 9bde00b..4114f1b 100644
--- a/src/locking.h
+++ b/src/locking.h
@@ -20,10 +20,10 @@
*/
#ifndef LOCKING_H
#define LOCKING_H
+#include <stdio.h>
#ifdef WIN32
#include <windows.h>
#else
-#include <stdio.h>
#include <fcntl.h>
#endif