summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rlimit/rlimit.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/rlimit/rlimit.c b/rlimit/rlimit.c
index 0be7b2f..bbc11b4 100644
--- a/rlimit/rlimit.c
+++ b/rlimit/rlimit.c
@@ -15,6 +15,9 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/types.h>
+#include <sys/endian.h>
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
@@ -23,7 +26,6 @@
#include <sys/proc.h>
#include <sys/syscall.h>
-#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>