1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 21:54:16 +01:00

add stdlib.h

This commit is contained in:
Klas Lindfors 2014-08-27 10:22:29 +02:00
parent d1c4eb7749
commit 1159b1f39e

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include "util.h"