Use stdint.h, ncurses.h and panel.h instead of netinet/in.h

This commit is contained in:
Nick Law
2018-11-24 00:15:23 +00:00
parent 9b821292ea
commit cd3716f260
5 changed files with 7 additions and 9 deletions

View File

@@ -20,8 +20,7 @@
*
*/
/* Why is this needed? Segfaults without it */
#include <netinet/in.h>
#include <stdint.h>
#include "nwipe.h"
#include "context.h"