aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cfpeek.c4
-rw-r--r--src/cfpeek.h3
-rw-r--r--src/cmdline.opt2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/cfpeek.c b/src/cfpeek.c
index da195d7..6001b9a 100644
--- a/src/cfpeek.c
+++ b/src/cfpeek.c
@@ -1,5 +1,5 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16*/ 16*/
17 17
18#include "cfpeek.h" 18#include "cfpeek.h"
19#include "grecs-locus.h" 19#include "grecs/locus.h"
20 20
21int file_index; 21int file_index;
22int flags; 22int flags;
diff --git a/src/cfpeek.h b/src/cfpeek.h
index 5346794..5b6a686 100644
--- a/src/cfpeek.h
+++ b/src/cfpeek.h
@@ -1,5 +1,5 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -18,6 +18,7 @@
18#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
19# include <config.h> 19# include <config.h>
20#endif 20#endif
21#include <stdlib.h>
21#include <string.h> 22#include <string.h>
22#include <errno.h> 23#include <errno.h>
23#include <sysexits.h> 24#include <sysexits.h>
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecf67c1..15c0c16 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -190,7 +190,7 @@ OPTIONS_BEGIN("cfpeek",
190 [<Get variables from a configuration file>], 190 [<Get variables from a configuration file>],
191 [<FILE [PATH...]>], 191 [<FILE [PATH...]>],
192 [<gnu>], 192 [<gnu>],
193 [<copyright_year=2011,2012>], 193 [<copyright_year=2011-2018>],
194 [<copyright_holder=Sergey Poznyakoff>]) 194 [<copyright_holder=Sergey Poznyakoff>])
195 195
196GROUP(Output control) 196GROUP(Output control)

Return to:

Send suggestions and report system problems to the System administrator.