aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sam.c b/sam.c
index 0f9810d..2d6e634 100644
--- a/sam.c
+++ b/sam.c
@@ -24,6 +24,9 @@
#include <unistd.h>
#include <limits.h>
#include <fcntl.h>
+
+#include "util.h"
+
#include "sam.h"
#include "vis-core.h"
#include "buffer.h"
@@ -31,7 +34,6 @@
#include "text-motions.h"
#include "text-objects.h"
#include "text-regex.h"
-#include "util.h"
#define MAX_ARGV 8