diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
commit | c60a35fc2a50f938e0d2dcd726784afbb001a756 (patch) | |
tree | 648e452e97149aca40da5199b481b484406c4a12 /src/usuals.h | |
parent | d33b51f5672580b3fee5054eaf892f7bb4520985 (diff) |
Cleanup for unix
Diffstat (limited to 'src/usuals.h')
-rw-r--r-- | src/usuals.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usuals.h b/src/usuals.h index 8cb7526..ea4384c 100644 --- a/src/usuals.h +++ b/src/usuals.h @@ -2,7 +2,10 @@ #define __USUALS_H__ #ifndef NULL -#define NULL ((void*)0) +#define NULL 0 #endif +#include <stdlib.h> +#include <assert.h> + #endif // __USUALS_H__
\ No newline at end of file |