ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / lib / userspec.h
index 8f01d64d30eea4bbef04dc23f93c508e9334381f..67af8451bff5581387e5e39fbd5bb2797f27e3b0 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef USERSPEC_H
 # define USERSPEC_H 1
 
-# include <stddef.h>
+# include <sys/types.h>
 
 const char *
 parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid,
-                char **username_arg, char **groupname_arg);
+                 char **username_arg, char **groupname_arg);
 
 #endif