Add missing #include <string.h>

This commit is contained in:
Dag-Erling Smørgrav 2002-03-07 11:59:04 +00:00
parent 4579d22cac
commit bda8155763

View File

@ -31,13 +31,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $P4: //depot/projects/openpam/lib/openpam_log.c#9 $
* $P4: //depot/projects/openpam/lib/openpam_log.c#10 $
*/
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <security/pam_appl.h>