|
@@ -24,10 +24,6 @@
|
|
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
*/
|
|
|
|
|
|
-#if defined(__linux__) && !defined(_GNU_SOURCE)
|
|
|
-# define _GNU_SOURCE // For memfd_create, MFD_CLOEXEC
|
|
|
-#endif
|
|
|
-
|
|
|
#include <LibCore/AnonymousBuffer.h>
|
|
|
#include <LibIPC/Decoder.h>
|
|
|
#include <LibIPC/Encoder.h>
|