all repos — tint2 @ cc74af00ba7f6792fda86b49fb25959c31456646

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Define _DEFAULT_SOURCE with _BSD_SOURCE (issue #625)
o9000 mrovi9000@gmail.com
commit

cc74af00ba7f6792fda86b49fb25959c31456646

parent

4a5f0a7d832adcd90dff9bf914034d3a41edcfd5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -82,7 +82,7 @@ if( NOT IMLIB_BUILD_WITH_X )

message( FATAL_ERROR "Imlib is not built with X support" ) endif( NOT IMLIB_BUILD_WITH_X ) -add_definitions( -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE ) +add_definitions( -D_POSIX_C_SOURCE=200809L -D_BSD_SOURCE -D_DEFAULT_SOURCE ) include_directories( ${PROJECT_BINARY_DIR} src