1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 00:24:11 +01:00

include stdlib, for malloc()

This commit is contained in:
Fredrik Thulin 2012-02-10 14:13:55 +01:00
parent 2c077fba4e
commit bcdfbfa128

View File

@ -35,6 +35,7 @@
#include <grp.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include "util.h"