diff options
| author | John Polstra <jdp@FreeBSD.org> | 1999-09-04 20:36:27 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1999-09-04 20:36:27 +0000 |
| commit | 0edd3ca7780350e672c966387c34a93aad72f09f (patch) | |
| tree | 1fcd764db491e124224c8a6cd09884db51820289 /libexec | |
| parent | ed5e1b5537d11f24f9a3fa7c38dbbc31ee2a59c2 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rtld-elf/debug.h b/libexec/rtld-elf/debug.h index 8d57ec7930ab..b3563386eaff 100644 --- a/libexec/rtld-elf/debug.h +++ b/libexec/rtld-elf/debug.h @@ -36,7 +36,9 @@ #error "This file must be compiled with GCC" #endif -extern void debug_printf(const char *, ...); +#include <sys/cdefs.h> + +extern void debug_printf(const char *, ...) __printflike(1, 2); extern int debug; #ifdef DEBUG |
