]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/base64.c
util/uri: Remove the uri_string_escape() function
[mirror_qemu.git] / util / base64.c
index f82caa7c8b646faecb42df635ca94a8cd44d6477..811111ac4f8cbaab7675e4665c34f9e2a6033788 100644 (file)
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,8 +18,8 @@
  *
  */
 
-#include <config-host.h>
-
+#include "qemu/osdep.h"
+#include "qapi/error.h"
 #include "qemu/base64.h"
 
 static const char *base64_valid_chars =