mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibELF+LibTest: Fix incorrect #ifdef
This commit is contained in:
parent
a871a2040b
commit
e4f0795ae4
Notes:
sideshowbarker
2024-07-18 07:05:43 +09:00
Author: https://github.com/gunnarbeutner
Commit: e4f0795ae4
Pull-request: https://github.com/SerenityOS/serenity/pull/9355
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if __serenity__
|
||||
#ifdef __serenity__
|
||||
# include <serenity.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue