Mercurial > minori
comparison dep/animia/src/fd/proc.cc @ 237:a7d0d543b334
*: make OS X builds succeed
new script: deploy_build.sh, creates the app bundle
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Fri, 19 Jan 2024 11:14:44 -0500 |
parents | 0a5b6a088886 |
children |
comparison
equal
deleted
inserted
replaced
236:4d461ef7d424 | 237:a7d0d543b334 |
---|---|
4 | 4 |
5 #include <filesystem> | 5 #include <filesystem> |
6 #include <fstream> | 6 #include <fstream> |
7 #include <sstream> | 7 #include <sstream> |
8 #include <string> | 8 #include <string> |
9 | |
10 #include <iostream> | |
11 | 9 |
12 #include <sys/stat.h> | 10 #include <sys/stat.h> |
13 #include <fcntl.h> | 11 #include <fcntl.h> |
14 #include <unistd.h> | 12 #include <unistd.h> |
15 | 13 |