summaryrefslogtreecommitdiff
path: root/bouncer
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2014-02-14 01:25:13 +0100
committerTreeki <treeki@gmail.com>2014-02-14 01:25:13 +0100
commite8de13642ddf13a5c425168dabfb3c2f7aedbda1 (patch)
tree61dbdaac08852d9b2682f66df8932cf92744a3bb /bouncer
parent89825b23cec159b8945e1ce630d6b8fd3eeec059 (diff)
downloadbounce4-e8de13642ddf13a5c425168dabfb3c2f7aedbda1.tar.gz
bounce4-e8de13642ddf13a5c425168dabfb3c2f7aedbda1.zip
missing include in buffer.h
Diffstat (limited to 'bouncer')
-rw-r--r--bouncer/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bouncer/buffer.h b/bouncer/buffer.h
index bfba94a..1a2c726 100644
--- a/bouncer/buffer.h
+++ b/bouncer/buffer.h
@@ -3,6 +3,7 @@
#include <string.h>
#include <stdint.h>
+#include <stdio.h>
class Buffer {
private: