unistd.h for getopt()
stdint.h for integer definitions
Use inttypes.h codes for scanf to avoid 32/64 issues. Use %zd for size_t.
1 file changed