comparison src/unexec.c @ 375:a300bb07d72d r21-2b3

Import from CVS: tag r21-2b3
author cvs
date Mon, 13 Aug 2007 11:04:51 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
374:4ebeb1a5388b 375:a300bb07d72d
188 188
189 # if defined(__lucid) && !defined(__STDC_EXTENDED__) 189 # if defined(__lucid) && !defined(__STDC_EXTENDED__)
190 # define __STDC_EXTENDED__ 1 190 # define __STDC_EXTENDED__ 1
191 # endif 191 # endif
192 192
193 # include <stddef.h>
193 # include <stdlib.h> 194 # include <stdlib.h>
194 # include <unistd.h> 195 # include <unistd.h>
195 # include <string.h> 196 # include <string.h>
196 197
197 # ifdef __lucid 198 # ifdef __lucid