comparison dep/animia/src/fd/proc.cc @ 249:6b2441c776dd

*: merge
author Paper <mrpapersonic@gmail.com>
date Wed, 24 Jan 2024 20:18:59 -0500
parents a7d0d543b334
children
comparison
equal deleted inserted replaced
248:cf47a8f687c0 249:6b2441c776dd
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