Ticket #40498: patch-nepomukctl.diff
File patch-nepomukctl.diff, 356 bytes (added by NicosPavlov, 11 years ago) |
---|
-
tools/nepomukctl/main.cpp
old new 20 20 21 21 #include <cstdlib> 22 22 23 #if def __unix__23 #if defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)) 24 24 #include <unistd.h> 25 25 #elif defined _WIN32 26 26 #include <windows.h>