summaryrefslogtreecommitdiff
path: root/src/journal/journal-qrcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journal-qrcode.c')
-rw-r--r--src/journal/journal-qrcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-qrcode.c b/src/journal/journal-qrcode.c
index e38730d65c..5ee10498d1 100644
--- a/src/journal/journal-qrcode.c
+++ b/src/journal/journal-qrcode.c
@@ -17,7 +17,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <assert.h>
#include <errno.h>
#include <qrencode.h>
#include <stdbool.h>
@@ -25,6 +24,7 @@
#include <stdlib.h>
#include "journal-qrcode.h"
+#include "macro.h"
#define WHITE_ON_BLACK "\033[40;37;1m"
#define NORMAL "\033[0m"