Skip to content

Commit

Permalink
kernel: has no stdarg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed Mar 8, 2024
1 parent 5c2160d commit eb77034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/safe_str_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ extern "C" {
#include "safe_types.h"
#include "safe_compile.h"

#include <stdarg.h>
#ifndef __KERNEL__
#include <stdarg.h>
#include <time.h>
#if defined HAVE_SYS_TIME_H
#include <sys/time.h>
Expand Down

0 comments on commit eb77034

Please sign in to comment.