aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/toys.h b/toys.h
index 27647c93..403388ed 100644
--- a/toys.h
+++ b/toys.h
@@ -6,6 +6,8 @@
* Licensed under GPL version 2, see file LICENSE in this tarball for details.
*/
+#include "lib/portability.h"
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
@@ -26,7 +28,6 @@
#include <unistd.h>
#include "lib/lib.h"
-#include "lib/portability.h"
#include "gen_config.h"
#include "toys/toylist.h"