LibELF+LibTest: Fix incorrect #ifdef

This commit is contained in:
Gunnar Beutner 2021-08-12 07:46:24 +02:00 committed by Gunnar Beutner
commit e4f0795ae4
Notes: sideshowbarker 2024-07-18 07:05:43 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
#include <sys/time.h>
#include <unistd.h>
#if __serenity__
#ifdef __serenity__
# include <serenity.h>
#endif