From bc6e45c682994cb326141d43dbba52176bcde78d Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sat, 22 Mar 2008 15:19:27 +0100
Subject: [PATCH] string.c: Include stdio instead of cmdline.h.

The string helper functions really should not depend on the
command line parser.
---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index afac002..91ad3e7 100644
--- a/string.c
+++ b/string.c
@@ -1,5 +1,6 @@
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <limits.h>
@@ -9,7 +10,6 @@
 #include <unistd.h>
 
 
-#include "cmdline.h"
 #include "gcc-compat.h"
 #include "log.h"
 #include "error.h"
-- 
2.39.5