diff options
author | irungentoo <irungentoo@gmail.com> | 2013-10-28 05:32:48 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-10-28 05:32:48 -0700 |
commit | cb0316bf2ee40e373ac6c809b6526ab72d29f6df (patch) | |
tree | 83584d3ec775e959b504e7e74332ed2a95ed48c6 /toxmsi/toxmsi.h | |
parent | d2ab13c61121fd14bbb2edc4406eaf807bbab3ec (diff) | |
parent | 4c6dc7a3b74ee720801d1259e4f498b19d343de6 (diff) |
Merge pull request #634 from jin-eld/fix-public-headers
Public headers should not have any internal references
Diffstat (limited to 'toxmsi/toxmsi.h')
-rw-r--r-- | toxmsi/toxmsi.h | 2 |
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 |