From 9398f05d34453e9306f7a91993ee4c8fcf1102ec Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 May 2015 16:20:27 -0500 Subject: Move a prototype to the start of portability.h (suggested by Elliott Hughes) --- lib/portability.h | 3 +++ toys.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/portability.h b/lib/portability.h index b25048fe..7bab646d 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -28,6 +28,9 @@ #include +// Types various replacement prototypes need +#include + // Various constants old build environments might not have even if kernel does #ifndef AT_FDCWD diff --git a/toys.h b/toys.h index aa4381c5..4b2d3736 100644 --- a/toys.h +++ b/toys.h @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3