mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-05 09:15:54 +00:00
Add missing include for stdarg.h
Fix compilation problems like the following: /usr/local/lib/libtpms.so: undefined reference to `va_start' /usr/local/lib/libtpms.so: undefined reference to `va_end' Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
ad44846dda
commit
a89da16e69
@ -43,6 +43,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef USE_FREEBL_CRYPTO_LIBRARY
|
||||
|
||||
Loading…
Reference in New Issue
Block a user