Move platform specific to sys/
Move unix/ and win/ to sys/, so that we can use android/ for android headers without confusion.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "../command.h"
|
||||
#include "../../command.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../command.h"
|
||||
#include "../../command.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include "../strutil.h"
|
||||
Reference in New Issue
Block a user