Took out an include line. Libc should compile now.
This commit is contained in:
parent
136bea0f1f
commit
6f3dff1c81
|
@ -39,8 +39,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include "compat.h"
|
||||
|
||||
#define RET_ERROR -1 /* Return values. */
|
||||
#define RET_SUCCESS 0
|
||||
#define RET_SPECIAL 1
|
||||
|
|
Loading…
Reference in New Issue