]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Include dictionary.freeradius, too
authorAlan T. DeKok <aland@freeradius.org>
Fri, 23 Oct 2015 20:56:12 +0000 (16:56 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 23 Oct 2015 20:56:12 +0000 (16:56 -0400)
src/include/all.mk
src/include/radius.h

index 62dfd45c7d71fed5061dd1bdf01823dfb02fe5d5..17c35d3e005e396eb4bd2984ad6b489747ef14f8 100644 (file)
@@ -61,7 +61,7 @@ src/include/autoconf.sed: src/include/autoconf.h
 #  Create the header files from the dictionaries.
 #
 
-RFC_DICTS := $(filter-out %~,$(wildcard share/dictionary.rfc*)) share/dictionary.vqp
+RFC_DICTS := $(filter-out %~,$(wildcard share/dictionary.rfc*)) share/dictionary.vqp share/dictionary.freeradius
 HEADERS_RFC := $(patsubst share/dictionary.%,src/include/%.h,$(RFC_DICTS))
 HEADERS        += $(notdir ${HEADERS_RFC})
 
index 12fa78dde4fb5f1bc695e46034e7a7017564a682..a6dd45d9133a3ba23c585344960c3f9fb1010572 100644 (file)
@@ -110,6 +110,8 @@ typedef enum {
  */
 #include <freeradius-devel/attributes.h>
 
+#include <freeradius-devel/freeradius.h>
+
 #include <freeradius-devel/vqp.h>
 
 #define PW_DIGEST_RESPONSE             206