Include <stdlib.h>, required for getenv(3).
Fix build if -Werror is set, avoid coredumping at runtime otherwise. Reported by: Ganael Laplanche
This commit is contained in:
parent
936210c076
commit
c1db25c05b
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
# include "config.h"
|
||||
#endif // HAVE_CONFIG_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "usbbus.h"
|
||||
#include "log.h"
|
||||
#define LOG_CATEGORY "libnfc.buses.usbbus"
|
||||
|
|
Loading…
Add table
Reference in a new issue