# 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})
*/
#include <freeradius-devel/attributes.h>
+#include <freeradius-devel/freeradius.h>
+
#include <freeradius-devel/vqp.h>
#define PW_DIGEST_RESPONSE 206