rampageX / firmware-mod-kit

Automatically exported from code.google.com/p/firmware-mod-kit
811 stars 179 forks source link

#include <unistd.h> to avoid warnings #167

Closed phymod0 closed 5 years ago

phymod0 commented 5 years ago

My compiler warns about implicit declarations of read() and dup()

rampageX commented 5 years ago

Thanks!