forked from pool/audit
e38ed3ab5f
OBS-URL: https://build.opensuse.org/request/show/181246 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=52
17 lines
374 B
Diff
17 lines
374 B
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: fix implicit definition warnings
|
|
Upstream: pending
|
|
|
|
Fixes "W: audit-secondary implicit-pointer-decl auvirt.c:984"
|
|
|
|
--- a/tools/auvirt/auvirt.c
|
|
+++ b/tools/auvirt/auvirt.c
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <errno.h>
|
|
+#include <ctype.h>
|
|
#include <locale.h>
|
|
#include <string.h>
|
|
#include <regex.h>
|