summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-24 20:29:25 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-24 22:25:49 +0000
commitbfd288c196cfacda78d4b702c1540a0172ef5521 (patch)
treeaa7f42b97abd62f583f8eefc0e07741009671ca3 /toxav
parentd5d6e3f60f22aee2735cb80db407c201a00e357b (diff)
Revert "Improve cmake build for MSVC."
This reverts commit f87f8719d02a9adbc9413256fe22958267cfefee.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/msi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index f82b91ba..244225fa 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -30,6 +30,7 @@
30#include <stdbool.h> 30#include <stdbool.h>
31#include <stdlib.h> 31#include <stdlib.h>
32#include <string.h> 32#include <string.h>
33#include <unistd.h>
33 34
34#define MSI_MAXMSG_SIZE 256 35#define MSI_MAXMSG_SIZE 256
35 36