summaryrefslogtreecommitdiff
path: root/toxav/msi.c
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-08-09 12:39:21 +0200
committermannol <eniz_vukovic@hotmail.com>2015-08-09 12:39:21 +0200
commitc641b0fceb9b1fe0ca7181af1ddbb65200c33599 (patch)
tree286a870e03e3b43878753eb57e2d354df7c53f99 /toxav/msi.c
parent0be0e88f3ec0cd81147a1418aa0afe61c24112b7 (diff)
parent2ab3b14731061cc04d3ccc50a35093c11d018298 (diff)
Updated with upstream
Diffstat (limited to 'toxav/msi.c')
-rw-r--r--toxav/msi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index ec2f4bf2..b262e9a0 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -24,11 +24,10 @@
24#include "config.h" 24#include "config.h"
25#endif /* HAVE_CONFIG_H */ 25#endif /* HAVE_CONFIG_H */
26 26
27#include "msi.h"
27#include "../toxcore/logger.h" 28#include "../toxcore/logger.h"
28#include "../toxcore/util.h" 29#include "../toxcore/util.h"
29 30
30#include "msi.h"
31
32#include <unistd.h> 31#include <unistd.h>
33#include <string.h> 32#include <string.h>
34#include <stdlib.h> 33#include <stdlib.h>