mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
83d7454729
Noticed by: kris/amd64 build Approved by: maintainer Build tested on: ia32
11 lines
270 B
C++
11 lines
270 B
C++
--- authenticate/checkvpw.cc.orig Mon Feb 2 14:51:35 2004
|
|
+++ authenticate/checkvpw.cc Mon Feb 2 14:51:55 2004
|
|
@@ -16,6 +16,7 @@
|
|
|
|
#include <config.h>
|
|
#include <errno.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include "config/configrc.h"
|