Skip to content

Commit

Permalink
Missing include on unsupported platform to handle strchrnul
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Mar 3, 2025
1 parent 3cd7b54 commit 9ea0e8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unsupported/UnsupportedMachine.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Released under the GNU GPLv2+, see the COPYING file
in the source distribution for its full text.
*/

#include "config.h" // IWYU pragma: keep

#include "UnsupportedMachine.h"

#include <stdlib.h>
Expand Down

0 comments on commit 9ea0e8e

Please sign in to comment.