Created
July 26, 2012 18:23
-
-
Save petersondrew/3183637 to your computer and use it in GitHub Desktop.
freerdp boolean_t patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/channels/rdpdr/printer/printer_cups.c b/channels/rdpdr/printer/printer_cups.c | |
index 1f0c58c..5a8c9f3 100644 | |
--- a/channels/rdpdr/printer/printer_cups.c | |
+++ b/channels/rdpdr/printer/printer_cups.c | |
@@ -26,6 +26,7 @@ | |
#include <freerdp/utils/memory.h> | |
#include <freerdp/utils/svc_plugin.h> | |
+#include "config.h" | |
#include "rdpdr_constants.h" | |
#include "rdpdr_types.h" | |
#include "printer_main.h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment