Revert "LibCore: Try to fix fuzzer build"

This reverts commit c5709c0aed.
This commit is contained in:
Nico Weber 2021-01-20 14:58:16 -05:00 committed by Andreas Kling
parent 8ccd8b4a6f
commit 2f82854e4a
Notes: sideshowbarker 2024-07-18 23:02:18 +09:00

View file

@ -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>