[c-host] linux: updated to use the correct headers

This commit is contained in:
Geoffrey McRae
2019-05-09 19:07:23 +10:00
parent ba50fbdc3e
commit fc907b802f
4 changed files with 14 additions and 11 deletions

View File

@@ -17,8 +17,9 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "app.h"
#include "debug.h"
#include "interface/platform.h"
#include "common/debug.h"
#include <assert.h>
#include <getopt.h>
#include <sys/stat.h>