aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index 0ec70546..d1e4185 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -51,7 +51,7 @@ suitable for gas to consume.
#include <assert.h>
#include <stdio.h>
#include <string.h>
-#include <getopt.h>
+#include "getopt.h"
#ifdef HAVE_STDLIB_H
#include <stdlib.h>