summaryrefslogtreecommitdiff
path: root/src/common/lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/lock.h')
-rw-r--r--src/common/lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/lock.h b/src/common/lock.h
index e2247fc68..e90fbf745 100644
--- a/src/common/lock.h
+++ b/src/common/lock.h
@@ -4,6 +4,8 @@
#ifndef _LOCK_H_
#define _LOCK_H_
+#include <stdio.h>
+
FILE* lock_fopen(const char* filename,int *info);
int lock_fclose(FILE *fp,const char* filename,int *info);