]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/memfd-util.h
Merge pull request #1668 from ssahani/net1
[thirdparty/systemd.git] / src / basic / memfd-util.h
index 3ed551fb372874971d7815f8505cc23e76877527..2cb404ea811099f1cdc05b5d15be44a8032aecac 100644 (file)
@@ -21,7 +21,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-
+#include <sys/types.h>
+#include <inttypes.h>
 
 int memfd_new(const char *name);
 int memfd_new_and_map(const char *name, size_t sz, void **p);