wmtop: Add #define _BSD_SOURCE.
commit62174abc69c20adafc29210ecd2a2cc604b0cdee
authorDoug Torrance <dtorrance@piedmont.edu>
Mon, 8 Feb 2016 02:36:21 +0000 (7 21:36 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 8 Feb 2016 13:47:21 +0000 (8 19:17 +0530)
tree49e166ee71e9114848effaabb6d07c52f54b0128
parente8f6ae1cdd5f09542d2621ae5bb8e28f1b2ea60f
wmtop: Add #define _BSD_SOURCE.

Avoid implicit declaration warnings (usleep and getpagesize) if compiled
using C99 standard.
wmtop/wmtop.c