wmcliphist: Add <sys/stat.h> to includes.
commite2ecd4b87795a56d07cc720260b1b08fc9593250
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sun, 23 Nov 2014 02:48:39 +0000 (22 20:48 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 23 Nov 2014 10:26:22 +0000 (23 10:26 +0000)
tree9ca7314b400a9b15d0dae7aac1491fb0f234b25f
parent3a4d0d414728032ea35368bf3da91327e2e9e855
wmcliphist: Add <sys/stat.h> to includes.

Otherwise, we get the following compiler warning:
history.c:289:2: warning: implicit declaration of function ‘chmod’
[-Wimplicit-function-declaration]
  if ((chmod(fname, S_IRUSR|S_IWUSR)) != 0) {
  ^
wmcliphist/wmcliphist.h