Skip to content

Commit

Permalink
fix missing include on msys following gcc advice
Browse files Browse the repository at this point in the history
  • Loading branch information
guijan committed Oct 15, 2023
1 parent e670d28 commit 5e24861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cxx.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <cstlib>
#include <string.h>
#include <unistd.h>

Expand Down

0 comments on commit 5e24861

Please sign in to comment.