We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f9da6 commit 10c48f4Copy full SHA for 10c48f4
src/include/fp1_global.h
@@ -0,0 +1,10 @@
1
+
2
+#ifndef FP1_GLOBAL_H
3
+#define FP1_GLOBAL_H
4
5
+#include <stdio.h>
6
7
+extern FILE *fp1;
8
9
+#endif
10
src/include/log_utils.h
@@ -7,8 +7,8 @@
#include <pthread.h>
#include <stdlib.h>
#include <stdio.h>
+#include "fp1_global.h"
11
-FILE *fp1;
12
13
#ifdef FILEDEBUG
14
#define LOG_DEBUG(msg, ...) { \
0 commit comments