X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fexpressions%2Fhelpers.h;h=a3fbdb02f7aa18f4783d037cf68c45b7bad4a97b;hb=ebfa4a33ff1d00563689d49d4f548af37b544a1c;hp=0d6082a51a5c47897db50d7a752efd087a5aa3d5;hpb=c9e2bf6cb988f8c00d89ccf191a28388cccbd868;p=pspp diff --git a/src/expressions/helpers.h b/src/expressions/helpers.h index 0d6082a51a..a3fbdb02f7 100644 --- a/src/expressions/helpers.h +++ b/src/expressions/helpers.h @@ -17,6 +17,7 @@ #include "gsl-extras/gsl-extras.h" #include "misc.h" #include "moments.h" +#include "random.h" #include "settings.h" #include "str.h" #include "val.h" @@ -52,7 +53,7 @@ double expr_yrmoda (double year, double month, double day); struct fixed_string alloc_string (struct expression *, size_t length); struct fixed_string copy_string (struct expression *, - const unsigned char *, size_t length); + const char *, size_t length); static inline bool is_valid (double d)