]> eyrie.org Git - kerberos/webauth.git/commitdiff
lib/userinfo-json.c: Added missing include for macros.h
authorJon Robertson <jonrober@stanford.edu>
Thu, 5 Feb 2015 20:25:52 +0000 (12:25 -0800)
committerJon Robertson <jonrober@stanford.edu>
Thu, 5 Feb 2015 20:25:52 +0000 (12:25 -0800)
We needed to include the util/macros.h definitions in order to avoid a
warning about UNUSED when compiling without the jansson libraries
available.

lib/userinfo-json.c

index e713736419eb325c2b9f1c9b7489337e1f58968f..e876b7d98340b48c74f9d8b6712685dbbb697e2c 100644 (file)
@@ -26,6 +26,7 @@
 #include <webauth/basic.h>
 #include <webauth/factors.h>
 #include <webauth/webkdc.h>
+#include <util/macros.h>
 
 /*
  * Parsing macros that include error checking.  Each of these macros assume