mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-11 11:26:39 +00:00
backtrace: Add missing include
This fixes a warning about missing prototype for backtrace() Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
79a9fad3a2
commit
187df0cfdb
@ -25,6 +25,8 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "backtrace.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user