mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08:00
We already have sys/unistd.h, but the standard place for it is at the include root, so make that work too, but keep sys/unistd.h for backward compatibility.
2 lines
24 B
C
2 lines
24 B
C
#include <sys/unistd.h>
|