comparison dep/animia/src/fd/bsd.cc @ 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 1e696863b54c
children e6668085e24d
comparison
equal deleted inserted replaced
142:e4d25d40f272 143:4e750f6545cf
1 /** 1 /**
2 * fd/bsd.cpp 2 * fd/bsd.cpp
3 * - this ONLY* supports OS X as of now 3 * - this ONLY* supports OS X as of now
4 * (*there is some FreeBSD support code) 4 * (*there is some FreeBSD support code)
5 **/ 5 **/
6 #include "animia/fd/bsd.h"
7
6 #include <unordered_map> 8 #include <unordered_map>
7 #include <vector> 9 #include <vector>
8 #include <iostream> 10 #include <iostream>
9 #include <string> 11 #include <string>
10 12