fix compilation for *bsd

master
unK 18 years ago
parent b142164426
commit 4348d329ff
  1. 2
      src/lyrics.cpp

@ -19,7 +19,7 @@
***************************************************************************/
#include "lyrics.h"
#include <fcntl.h>
#include <sys/stat.h>
const string lyrics_folder = home_folder + "/" + ".lyrics";

Loading…
Cancel
Save