libmisc: include freezero

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
Iker Pedrosa
2023-08-10 09:46:38 +02:00
committed by Serge Hallyn
parent 0e0a310acf
commit 776bbd0ccb
2 changed files with 9 additions and 0 deletions

View File

@@ -18,6 +18,10 @@
#include "alloc.h"
#include "prototypes.h"
#if WITH_LIBBSD == 0
#include "freezero.h"
#endif /* WITH_LIBBSD */
#if !defined(PASS_MAX)
#define PASS_MAX BUFSIZ - 1

View File

@@ -24,6 +24,11 @@
#include "prototypes.h"
#include "defines.h"
#include "getdef.h"
#if WITH_LIBBSD == 0
#include "freezero.h"
#endif /* WITH_LIBBSD */
/*
* can't be a palindrome - like `R A D A R' or `M A D A M'
*/