utimens: cache whether utimensat syscall works
[pspp] / lib / xsetenv.h
index 24b59c2e92e0b9717084406801ee63791bbd0f82..0b65f4ffb8d02e01f872784529f3cc9e4b988cae 100644 (file)
@@ -15,7 +15,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Get unsetenv().  It can be used without error checking.  */
-#include "setenv.h"
+#include <stdlib.h>
 
 #ifdef __cplusplus
 extern "C" {