summaryrefslogtreecommitdiffstats
path: root/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream.h')
-rw-r--r--stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.h b/stream.h
index 48432e9f..910cdaec 100644
--- a/stream.h
+++ b/stream.h
@@ -72,7 +72,7 @@ extern val dev_k, ino_k, mode_k, nlink_k, uid_k;
extern val gid_k, rdev_k, size_k, blksize_k, blocks_k;
extern val atime_k, mtime_k, ctime_k;
extern val from_start_k, from_current_k, from_end_k;
-extern val real_time_k, name_k;
+extern val real_time_k, name_k, fd_k;
extern val format_s;
extern val stdin_s, stdout_s, stddebug_s, stderr_s, stdnull_s;