diff lwlink/link.c @ 8:fdc11ef4115b

Switched lwlink to lw_cmdline from argp and also brought in lw_alloc and lw_string to replace util.c
author lost@l-w.ca
date Sat, 22 Jan 2011 09:58:24 -0700
parents 7317fbe024af
children 08fb11004df9
line wrap: on
line diff
--- a/lwlink/link.c	Sat Jan 22 09:40:52 2011 -0700
+++ b/lwlink/link.c	Sat Jan 22 09:58:24 2011 -0700
@@ -25,9 +25,10 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <lw_alloc.h>
+
 #include "expr.h"
 #include "lwlink.h"
-#include "util.h"
 
 struct section_list *sectlist = NULL;
 int nsects = 0;