Remove include of <libc.h>.

This is not present in GNO 2.0.6.
This commit is contained in:
Stephen Heumann 2017-05-14 20:29:50 -05:00
parent 40188c17b0
commit 5e49623b86
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@
#include <fcntl.h>
#if defined(GNO)
# if !defined(__GNUC__)
# include <libc.h>
# include <gno/gno.h>
# endif
#endif