From b3a6694d46b0a0341b74db1a431cdb9e665c0391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Mon, 18 Sep 2023 18:41:39 -0300 Subject: [PATCH] Update Makefile.am --- src/user/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/Makefile.am b/src/user/Makefile.am index 936fb146..f937dcc3 100644 --- a/src/user/Makefile.am +++ b/src/user/Makefile.am @@ -35,6 +35,7 @@ IMPOSE_OBJS = sceImpose_0000.o sceImpose_0001.o sceImpose_0002.o sceImpose_0003. libpspuserincludedir = @PSPSDK_INCLUDEDIR@ libpspuserinclude_HEADERS = \ pspiofilemgr.h \ + pspiofilemgr_devctl.h \ pspiofilemgr_dirent.h \ pspiofilemgr_fcntl.h \ pspiofilemgr_stat.h \