Skip to content

Instantly share code, notes, and snippets.

@L3n41c
Created August 9, 2013 21:17
Show Gist options
  • Save L3n41c/6197300 to your computer and use it in GitHub Desktop.
Save L3n41c/6197300 to your computer and use it in GitHub Desktop.
Fix valkyrie compilation in AUR PKGFILE
--- src/utils/vk_utils.cpp.orig 2013-08-09 21:55:00.383146691 +0200
+++ src/utils/vk_utils.cpp 2013-08-09 21:55:39.457651779 +0200
@@ -22,6 +22,7 @@
#include "utils/vk_config.h" // vkname()
#include <cstdlib> // exit, mkstemp, free/malloc, etc
+#include <unistd.h> // getpid
#include <QDateTime>
#include <QFile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment