blob: b1f813cb388319b97a0194b751fb3a172e713251 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/common.h.orig Sat Jun 14 02:45:40 2003
+++ src/common.h Sat Jun 14 02:21:13 2003
@@ -16,6 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <sys/types.h>
#include <pwd.h>
#include "config.h"
|