diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-02-17 14:05:02 -0500 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-02-22 09:20:17 -0500 |
| commit | 08eca96e71d96ad1f8e9b888875ab5570f208d19 (patch) | |
| tree | 9cace520fa50d9ef5bb77c2d7ebdde40e6b40f7f /gomoku/gomoku.h | |
| parent | 3f650c87c6ee6692ad6a558bb03ccf3364fe794a (diff) | |
| download | bsdgames-darwin-08eca96e71d96ad1f8e9b888875ab5570f208d19.tar.gz bsdgames-darwin-08eca96e71d96ad1f8e9b888875ab5570f208d19.zip | |
Get all the games compiling for iOS
Diffstat (limited to 'gomoku/gomoku.h')
| -rw-r--r-- | gomoku/gomoku.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h index abd1b6d0..d7ff3fbd 100644 --- a/gomoku/gomoku.h +++ b/gomoku/gomoku.h @@ -35,7 +35,7 @@ */ #include <sys/types.h> -#include <sys/endian.h> +#include <sys/_endian.h> #include <stdio.h> /* board dimensions */ |
