]> git.armaanb.net Git - opendoas.git/blobdiff - libopenbsd/closefrom.c
add pam.d file for MacOSX
[opendoas.git] / libopenbsd / closefrom.c
index 0d393530b4a6a80c9e2ec787f66ade0be667ebf9..fba73e75fa5bf37b4398c54d643507b897853375 100644 (file)
  * PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
  */
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <limits.h>
+#include <paths.h>
 #ifdef HAVE_PSTAT_GETPROC
 # include <sys/pstat.h>
 #else