Skip to content

Commit d395a0e

Browse files
committed
Merge pull request adafruit#471 from errordeveloper/misc_fix/unistd
py: the entire `<unistd.h>` shouldn't be needed
2 parents 674f988 + 5630b01 commit d395a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/emitcommon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <unistd.h>
1+
#include <string.h>
22
#include <stdint.h>
33
#include <assert.h>
44

py/stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <unistd.h>
1+
#include <string.h>
22

33
#include "nlr.h"
44
#include "misc.h"

0 commit comments

Comments
 (0)