Make the expression code a little nicer and fix bugs found
[pspp] / src / random.c
index 0352b602bb585a1b0e48ea95774aa1b0f36a87e8..e6db94c1501f06f606d8fc1af86c4897dcc8d43f 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <config.h>
 #include "random.h"
-#include <assert.h>
+#include "error.h"
 #include <inttypes.h>
 #include <limits.h>
 #include <math.h>