wmload: Bump _POSIX_C_SOURCE to 200112L.
commit67052deb3c544017050efab56da96ed9c32f5a22
authorDoug Torrance <dtorrance@piedmont.edu>
Mon, 24 Aug 2015 03:27:59 +0000 (23 23:27 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 24 Aug 2015 06:17:16 +0000 (24 07:17 +0100)
treedda0c101e17b5ced0596c4103c378d50cc36461c
parentfc030713c4aefc582b3dd76060fc0c933f2c4ecf
wmload: Bump _POSIX_C_SOURCE to 200112L.

Otherwise, we get the following warning during build.
 wmload.c: In function ‘GetLoad’:
 wmload.c:523:10: warning: incompatible implicit declaration of built-in function ‘rint’
    *usr = rint(Maximum * (float)(*usr)   /total);
           ^
Obtained from the Debian package [1].

[1] https://sources.debian.net/src/wmload/0.9.6-1/debian/patches/bump_POSIX_C_SOURCE.patch/
wmload/wmload.c