diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-12 22:23:16 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-12 22:23:16 +0000 |
commit | 8a1935edeac4671fa5fb21273514d75c07db94d4 (patch) | |
tree | bc77ca9822c91031d7d2abdc8588f5790d2a321f /refresh.c | |
parent | a8b981f3b3ac9b229148d4a31478c18a75af006b (diff) |
missing prototypes
Diffstat (limited to 'refresh.c')
-rw-r--r-- | refresh.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ /* uuterm, Copyright (C) 2006 Rich Felker; licensed under GNU GPL v2 only */ +#include <string.h> + #include "uuterm.h" #include "ucf.h" |