summaryrefslogtreecommitdiff
path: root/tildexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'tildexpand.c')
-rw-r--r--tildexpand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tildexpand.c b/tildexpand.c
index 40aa11965..cedb653b2 100644
--- a/tildexpand.c
+++ b/tildexpand.c
@@ -11,10 +11,11 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$OpenBSD: tildexpand.c,v 1.14 2004/05/08 00:01:37 deraadt Exp $"); 14RCSID("$OpenBSD: tildexpand.c,v 1.15 2004/05/21 08:43:03 markus Exp $");
15 15
16#include "xmalloc.h" 16#include "xmalloc.h"
17#include "log.h" 17#include "log.h"
18#include "misc.h"
18 19
19/* 20/*
20 * Expands tildes in the file name. Returns data allocated by xmalloc. 21 * Expands tildes in the file name. Returns data allocated by xmalloc.