aboutsummaryrefslogtreecommitdiff
path: root/src/opthelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opthelp.c')
-rw-r--r--src/opthelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opthelp.c b/src/opthelp.c
index 6428a46..c9b7b46 100644
--- a/src/opthelp.c
+++ b/src/opthelp.c
@@ -18,13 +18,13 @@
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "grecs.h"
-#include "grecsopt.h"
+#include "grecs/opt.h"
#include "wordsplit.h"
static void
indent(size_t start, size_t col)
{
for (; start < col; start++)

Return to:

Send suggestions and report system problems to the System administrator.