vsprintf: Fix <sys/string.h> include on Novena
This file does not exist. Include <string.h> instead. Signed-off-by: Sean Cross <xobs@kosagi.com>
This commit is contained in:
parent
eba08f0218
commit
eacfd9ff72
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/string.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include "bionic.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue