summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean <sean@tox.im>2014-01-25 18:44:36 -0800
committerSean <sean@tox.im>2014-01-25 18:44:36 -0800
commitd89bd2a6a99701f6367486f70ad48094e5d73fd4 (patch)
tree10b0d2c02f8bae92e571f9b76368a0e01c3d37ae
parent900e3bea6b4949cf646071967f2be93ce6009651 (diff)
Not my finest moment
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index aff8b17e..072979c8 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -24,7 +24,7 @@
24#ifndef TOX_H 24#ifndef TOX_H
25#define TOX_H 25#define TOX_H
26 26
27#ifndef PLAN9 27#ifdef PLAN9
28#include <u.h> 28#include <u.h>
29#include <libc.h> 29#include <libc.h>
30#endif 30#endif