Skip to content

Commit

Permalink
libc/strtod.c: include ctype.h
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangrigore authored and 0intro committed Aug 21, 2024
1 parent ab7254a commit 9ab98b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libc/strtod.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <u.h>
#include <libc.h>
#include <ctype.h>
#include "fmtdef.h"

static ulong
Expand Down

0 comments on commit 9ab98b6

Please sign in to comment.