mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 05:47:31 +02:00
[PATCH] Removed #include asm/page.h on GNU/Linux
vvp/main.cc was including asm/page.h on GNU/Linux systems, though that file does not often exist and is not necessary. Signed-off-by: Michael Witten <[email protected]>
This commit is contained in:
committed by
Stephen Williams
parent
f1f2806e3c
commit
9c0d2c13c9
@@ -31,9 +31,6 @@
|
|||||||
#if defined(HAVE_SYS_RESOURCE_H)
|
#if defined(HAVE_SYS_RESOURCE_H)
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
# if defined(LINUX)
|
|
||||||
# include <asm/page.h>
|
|
||||||
# endif
|
|
||||||
#endif // defined(HAVE_SYS_RESOURCE_H)
|
#endif // defined(HAVE_SYS_RESOURCE_H)
|
||||||
|
|
||||||
#if defined(HAVE_GETOPT_H)
|
#if defined(HAVE_GETOPT_H)
|
||||||
|
|||||||
Reference in New Issue
Block a user