> dwm.c:1451:3: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration] > dwm.c:1451:21: error: 'CLOCK_MONOTONIC' undeclared (first use in this function)
you need _POSIX_C_SOURCE >= 199309L but in config.mk it's defined as 2 -emg