aboutsummaryrefslogtreecommitdiff
path: root/src/string.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 19:28:55 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit3df600bbdf4672a0a856e33a24d8c8a63215ca96 (patch)
treeca73af7be09dbfa8565ad45b26e2e7e023b4d698 /src/string.c
parentcdb98203f41671327936152d40d9041a82b0b9ce (diff)
downloadseabios-hppa-3df600bbdf4672a0a856e33a24d8c8a63215ca96.zip
seabios-hppa-3df600bbdf4672a0a856e33a24d8c8a63215ca96.tar.gz
seabios-hppa-3df600bbdf4672a0a856e33a24d8c8a63215ca96.tar.bz2
Move stacks.c definitions from util.h to new file stacks.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index 5f2dede..574c13e 100644
--- a/src/string.c
+++ b/src/string.c
@@ -4,7 +4,7 @@
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
-#include "util.h" // yield
+#include "stacks.h" // yield
#include "string.h" // memcpy
#include "farptr.h" // SET_SEG