diff options
Diffstat (limited to 'lib/libaccess/parse.h')
-rw-r--r-- | lib/libaccess/parse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libaccess/parse.h b/lib/libaccess/parse.h index e5b92b8f..413e271d 100644 --- a/lib/libaccess/parse.h +++ b/lib/libaccess/parse.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + /* * module private routines for handling the yacc based * ACL Parser. |