diff options
Diffstat (limited to 'src/cmd/postscript/download')
-rw-r--r-- | src/cmd/postscript/download/download.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/postscript/download/download.c b/src/cmd/postscript/download/download.c index 1006b255..fa1d9882 100644 --- a/src/cmd/postscript/download/download.c +++ b/src/cmd/postscript/download/download.c @@ -63,6 +63,7 @@ #include <unistd.h> #include <libc.h> +#include "../common/ext.h" #include "comments.h" /* PostScript file structuring comments */ #include "gen.h" /* general purpose definitions */ #include "path.h" /* for temporary directory */ |