Rationalised use of #includes to be more standards-compliant.

This commit is contained in:
dtrg
2006-07-26 18:22:02 +00:00
parent b48e9d9550
commit bffe70f9ac
5 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
*
*/
#include <stdlib.h>
#include <string.h>
#include "ack.h"
#include "list.h"
#include "trans.h"