diff options
| author | 2007-02-20 13:54:00 +0100 | |
|---|---|---|
| committer | 2007-02-20 13:54:00 +0100 | |
| commit | a1913a6af7c9cd6de18e15e989050690fdaa6600 (patch) | |
| tree | 2a6269418606217571e026efab125866ef2a5376 /util.c | |
| parent | removed -t, now using isatty() instead of select() to prevent execution from ... (diff) | |
readded draw.c again (except getcolor and setfont)
Diffstat (limited to 'util.c')
| -rw-r--r-- | util.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,8 +6,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/wait.h> -#include <unistd.h> void * emalloc(unsigned int size) { |
