prefix.c

changeset 117
c7ad4b23a277
parent 113
0f2da6be13b1
equal deleted inserted replaced
116:5f66d3bb1c68 117:c7ad4b23a277
7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later. 7 * the Clarified Artistic License or the GNU LGPL, version 2.1 or later.
8 */ 8 */
9 9
10 #include <string.h> 10 #include <string.h>
11 #include "misc.h" 11 #include "misc.h"
12 #include "locale.h" 12 #include "localex.h"
13 #include "output.h" 13 #include "output.h"
14 14
15 static char *the_prefix=NULL; 15 static char *the_prefix=NULL;
16 16
17 void prefix_set(const char *binloc, const char *dflt) 17 void prefix_set(const char *binloc, const char *dflt)

mercurial