Skip to content

Commit

Permalink
vsprintf: Fix <sys/string.h> include on Novena
Browse files Browse the repository at this point in the history
This file does not exist.  Include <string.h> instead.

Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
Sean Cross committed Feb 2, 2015
1 parent eba08f0 commit eacfd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eacfd9f

Please sign in to comment.