changeset 461:74f22f09bbf7

Remove an unused header (that breaks building with newlib).
author Rob Landley <rob@landley.net>
date Tue, 28 Aug 2007 20:33:06 -0500
parents 32aea31ba434
children d861048cd5eb
files tcc.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tcc.h	Mon Aug 27 00:48:17 2007 -0500
+++ b/tcc.h	Tue Aug 28 20:33:06 2007 -0500
@@ -42,7 +42,6 @@
 #include <sys/timeb.h>
 #else
 #include <sys/time.h>
-#include <sys/ucontext.h>
 #include <sys/mman.h>
 #endif