diff options
| author | 2021-09-01 15:47:38 +0200 | |
|---|---|---|
| committer | 2021-09-01 15:49:51 +0200 | |
| commit | 8eae9896eedd6a685b55abed9a2db4e379ff0e69 (patch) | |
| tree | f0f31c95103a4a8487c2b36464d756aa4d008c96 /tools/inetcat.c | |
| parent | 1a7351852d650a481e1ddfa86aed9dc781849b51 (diff) | |
| download | libusbmuxd-8eae9896eedd6a685b55abed9a2db4e379ff0e69.tar.gz libusbmuxd-8eae9896eedd6a685b55abed9a2db4e379ff0e69.tar.bz2 | |
Remove common code in favor of new libimobiledevice-glue
Diffstat (limited to 'tools/inetcat.c')
| -rw-r--r-- | tools/inetcat.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/inetcat.c b/tools/inetcat.c index e4848c1..eb5e411 100644 --- a/tools/inetcat.c +++ b/tools/inetcat.c @@ -48,7 +48,7 @@  #endif  #include "usbmuxd.h" -#include "socket.h" +#include <libimobiledevice-glue/socket.h>  static int debug_level = 0; | 
