Modified to include the appropriate header file rather than (badly)

prototyping syscalls itself.
This commit is contained in:
dtrg
2006-07-26 12:28:56 +00:00
parent 06ed8b1b8f
commit 8952648ab5
4 changed files with 2 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ack.h"
#include "list.h"
#include "trans.h"