Browse Source

Merge pull request #471 from errordeveloper/misc_fix/unistd

py: the entire `<unistd.h>` shouldn't be needed
pull/479/head
Damien George 11 years ago
parent
commit
d395a0e4b1
  1. 2
      py/emitcommon.c
  2. 2
      py/stream.c

2
py/emitcommon.c

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>

2
py/stream.c

@ -1,4 +1,4 @@
#include <unistd.h>
#include <string.h>
#include "nlr.h"
#include "misc.h"

Loading…
Cancel
Save