Skip to content

Commit

Permalink
Added missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Apr 28, 2024
1 parent fa81bb2 commit 18ccd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "SDL_stdinc.h"

#include <errno.h>
#include <libgen.h> /* dirname / basename */
#if HAS_POSIX
#include <libgen.h>
#include <sys/types.h>
Expand Down

0 comments on commit 18ccd2f

Please sign in to comment.