Skip to content

Commit

Permalink
Update xbstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
konect-V committed Aug 19, 2024
1 parent 2e341e4 commit 9223bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bootstrap/sys-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ packages:
- '@THIS_SOURCE_DIR@'
- '-DCMAKE_INSTALL_PREFIX=/usr'
- '-DBUILD_SHARED_LIBS=Off'
- '-DFT_REQUIRE_PNG=Off'
environ:
CC: "@OPTION:cc@"
CXX: "@OPTION:cxx@"
Expand Down
2 changes: 1 addition & 1 deletion sources/core/apps/desktop/source/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

#include <linux/fb.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/wait.h>

#include <cjson/cJSON.h>

Expand Down

0 comments on commit 9223bf6

Please sign in to comment.