summaryrefslogtreecommitdiffstats
path: root/src/printf-utils.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
commit83bcb7358c6475468db639cd47ef6e4f4e9dbee3 (patch)
tree2d180188cabeebcaaa6f116f4aef688e0041822d /src/printf-utils.c
parent67d3e4de708620d0e129c313ecccecd5893b5df3 (diff)
download0xFFFF-83bcb7358c6475468db639cd47ef6e4f4e9dbee3.tar.bz2
Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to Makefile
Diffstat (limited to 'src/printf-utils.c')
-rw-r--r--src/printf-utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/printf-utils.c b/src/printf-utils.c
index 7eacb0a..3ea0135 100644
--- a/src/printf-utils.c
+++ b/src/printf-utils.c
@@ -22,6 +22,8 @@
#include <stdarg.h>
#include <unistd.h>
+#include "global.h"
+
#include "printf-utils.h"
int printf_prev = 0;