Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Fix #include on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Jun 14, 2019
1 parent 7d460c5 commit ff214ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ideviceactivation.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef _MSC_VER
#include <unistd.h>
#endif
#include <ctype.h>

#include <plist/plist.h>
Expand Down

0 comments on commit ff214ab

Please sign in to comment.