Fix includes

This commit is contained in:
Andrew Pamment 2017-04-12 22:45:15 +10:00
parent 3af9685e52
commit 7379e8e81e

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <strings.h>
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
#include "bbs.h"
#include "lua/lua.h"