diff options
author | 2021-09-01 15:54:53 +0200 | |
---|---|---|
committer | 2021-09-01 15:54:53 +0200 | |
commit | 32a8ebedc695dfae21497977bf2f77a3d5b50f91 (patch) | |
tree | 0cfd7f83c4d49ee4a20ecdc249167f6dc084396d /src/conf.c | |
parent | c3a16f3e4968f38aa8813ad0c0731bdb5aa745fb (diff) | |
download | usbmuxd-32a8ebedc695dfae21497977bf2f77a3d5b50f91.tar.gz usbmuxd-32a8ebedc695dfae21497977bf2f77a3d5b50f91.tar.bz2 |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ | |||
39 | #include <shlobj.h> | 39 | #include <shlobj.h> |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #include <libimobiledevice-glue/utils.h> | ||
43 | |||
42 | #include "conf.h" | 44 | #include "conf.h" |
43 | #include "utils.h" | 45 | #include "utils.h" |
44 | #include "log.h" | 46 | #include "log.h" |