summaryrefslogtreecommitdiff
path: root/toxmsi
diff options
context:
space:
mode:
authorJin^eLD <jin@mediatomb.cc>2013-10-28 13:15:59 +0100
committerJin^eLD <jin@mediatomb.cc>2013-10-28 13:15:59 +0100
commit4c6dc7a3b74ee720801d1259e4f498b19d343de6 (patch)
tree83584d3ec775e959b504e7e74332ed2a95ed48c6 /toxmsi
parentd2ab13c61121fd14bbb2edc4406eaf807bbab3ec (diff)
Public headers should not have any internal references
Diffstat (limited to 'toxmsi')
-rw-r--r--toxmsi/toxmsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxmsi/toxmsi.h b/toxmsi/toxmsi.h
index 69d5144a..d8985c64 100644
--- a/toxmsi/toxmsi.h
+++ b/toxmsi/toxmsi.h
@@ -28,7 +28,7 @@
28#define _MSI_IMPL_H_ 28#define _MSI_IMPL_H_
29 29
30#include <inttypes.h> 30#include <inttypes.h>
31#include "../toxcore/tox.h" 31#include "tox.h"
32#include <pthread.h> 32#include <pthread.h>
33 33
34#define MCBTYPE void 34#define MCBTYPE void