X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fval.h;h=353141b98858cb1bdf31ec9d32792b29487fafc1;hb=7dc203206d3f3172474a4ec0f4dcab5364f4ce26;hp=fc098fda975af76ed6559255f371961ab212a1d1;hpb=0a2cdacebb16d9a13c1b382c5ffa29e32cf858ea;p=pspp diff --git a/src/val.h b/src/val.h index fc098fda97..353141b988 100644 --- a/src/val.h +++ b/src/val.h @@ -21,6 +21,7 @@ #define val_h 1 #include +#include "config.h" /* Values. */ @@ -72,4 +73,5 @@ int compare_values (const union value *a, const union value *b, int width); unsigned hash_value(const union value *v, int width); + #endif /* !val_h */