Skip to content

Commit

Permalink
wl: correct missing errno.h header file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Apr 28, 2024
1 parent 6b58c7f commit d6226c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bld/wl/c/mapio.c
Expand Up @@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include "linkstd.h"
#include "pcobj.h"
#include "newmem.h"
Expand Down

0 comments on commit d6226c8

Please sign in to comment.