mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
Portability tweak from Shaun Jackman, don't include asm/page.h directly.
This commit is contained in:
parent
997650b972
commit
7818a422bc
@ -11,8 +11,8 @@
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <sys/param.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <asm/page.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user