aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 15:38:50 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 15:46:47 +0300
commit6201e61fb932dbe6153f92ede836e07247d04b7c (patch)
tree002203a8fd20ac0dd11c9530ca2c67da6395e2c3
parent7ebd00acc37dae8514fcaf810076e127525f511a (diff)
downloadgrecs-6201e61fb932dbe6153f92ede836e07247d04b7c.tar.gz
grecs-6201e61fb932dbe6153f92ede836e07247d04b7c.tar.bz2
Remove leftover includes
* build-aux/getopt.m4: Include grecs/opt.h
-rw-r--r--build-aux/getopt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/getopt.m4 b/build-aux/getopt.m4
index 5665884..cf375ca 100644
--- a/build-aux/getopt.m4
+++ b/build-aux/getopt.m4
@@ -393,7 +393,7 @@ _getopt_if_option_set([<nostdincl>],,[<
#include <unistd.h>
>])
#include <grecs.h>
-#include <grecsopt.h>
+#include <grecs/opt.h>
/* Option codes */
enum {
_OPTION_INIT=255,

Return to:

Send suggestions and report system problems to the System administrator.