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

Commit

Permalink
#ifdef unistd.h for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Feb 22, 2021
1 parent b01909e commit 0d4a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/idevicescreenshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>
#ifndef WIN32
#include <unistd.h>
#include <signal.h>
#endif

Expand Down

0 comments on commit 0d4a7e9

Please sign in to comment.