]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/base64.c
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / lib / base64.c
index e3f238969b3b8ff627f9f273af555dc9764553db..1507b0252b4e7761de87f140b5dd078a0ec1db73 100644 (file)
@@ -1,8 +1,13 @@
+// SPDX-License-Identifier: NONE
 /*
  * This is part of the libb64 project, and has been placed in the public domain.
  * For details, see http://sourceforge.net/projects/libb64
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "base64.h"
 
 static const int CHARS_PER_LINE = 72;