summaryrefslogtreecommitdiff
path: root/atari/schedule.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-03-20 22:43:07 +0000
committerOle Loots <ole@monochrom.net>2011-03-20 22:43:07 +0000
commit740d3298fa718fa4b34b1dd9f9c3281ce8f00e7a (patch)
treebc6b6742fe1fffba2178a0dd7cd09bcc6c19e361 /atari/schedule.c
parentea0e023e3759beb6b302029a0ef1e9dfb4801e62 (diff)
downloadnetsurf-740d3298fa718fa4b34b1dd9f9c3281ce8f00e7a.tar.gz
netsurf-740d3298fa718fa4b34b1dd9f9c3281ce8f00e7a.tar.bz2
Added missing prototypes.
svn path=/trunk/netsurf/; revision=12113
Diffstat (limited to 'atari/schedule.c')
-rwxr-xr-xatari/schedule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/schedule.c b/atari/schedule.c
index 17ea95dcd..cc3c90a45 100755
--- a/atari/schedule.c
+++ b/atari/schedule.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdlib.h>
+#include <string.h>
#include <sys/time.h>
#include <time.h>