Skip to content

Instantly share code, notes, and snippets.

@petersondrew
Created July 26, 2012 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petersondrew/3183637 to your computer and use it in GitHub Desktop.
Save petersondrew/3183637 to your computer and use it in GitHub Desktop.
freerdp boolean_t patch
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