Skip to content

Commit

Permalink
Added mising header.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander committed Apr 24, 2018
1 parent 08350cf commit 9ded3b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/usbmuxd.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
#define USBMUXD_H
#include <stdint.h>

#ifdef WIN32
#include <windows.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 9ded3b8

Please sign in to comment.