aboutsummaryrefslogtreecommitdiff
path: root/fake-msi.c
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2017-05-18 07:09:40 +0100
committerSimon Tatham <anakin@pobox.com>2017-05-18 07:10:17 +0100
commit3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f (patch)
tree5d8299dec3ce144bb5765382b6268fb39a856542 /fake-msi.c
parent48919caa7b9fb99ba8196098c0ca2e1b3dae5160 (diff)
downloadwix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.tar.gz
wix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.tar.bz2
wix-on-linux-3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f.zip
Move system_argv_* into their own file.
Diffstat (limited to 'fake-msi.c')
-rw-r--r--fake-msi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fake-msi.c b/fake-msi.c
index 12b1489..0600671 100644
--- a/fake-msi.c
+++ b/fake-msi.c
@@ -16,6 +16,7 @@
16 16
17#include "memory.h" 17#include "memory.h"
18#include "dupstr.h" 18#include "dupstr.h"
19#include "subproc.h"
19#include "fake-lib.h" 20#include "fake-lib.h"
20 21
21typedef struct MsiTypePrefix { 22typedef struct MsiTypePrefix {