Mercurial > minori
changeset 143:4e750f6545cf
dep/animia: don't forget to include this stuff
| author | Paper <mrpapersonic@gmail.com> | 
|---|---|
| date | Sun, 12 Nov 2023 18:28:04 -0500 | 
| parents | e4d25d40f272 | 
| children | e6668085e24d | 
| files | dep/animia/src/fd/bsd.cc dep/animia/src/fd/linux.cc | 
| diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/dep/animia/src/fd/bsd.cc Sun Nov 12 18:23:26 2023 -0500 +++ b/dep/animia/src/fd/bsd.cc Sun Nov 12 18:28:04 2023 -0500 @@ -3,6 +3,8 @@ * - this ONLY* supports OS X as of now * (*there is some FreeBSD support code) **/ +#include "animia/fd/bsd.h" + #include <unordered_map> #include <vector> #include <iostream>
