added common todo

This commit is contained in:
Václav Šmejkal 2023-02-21 19:29:08 +01:00
parent 789a3ad09b
commit 89885de21e
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -28,7 +28,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h> //TODO: Remove not 100% common includes
#include <why2/misc.h> #include <why2/misc.h>
#include <why2/memory.h> #include <why2/memory.h>
#include <pthread.h> #include <pthread.h>