diff options
author | unK <electricityispower@gmail.com> | 2008-09-11 12:35:52 +0200 |
---|---|---|
committer | unK <electricityispower@gmail.com> | 2008-09-11 12:35:52 +0200 |
commit | 8b185e2967880ee6d01d1ea98077d4519ff61c87 (patch) | |
tree | 87c21e08bfb0da31898f8dc54b44c15c86ff869e /src/ncmpcpp.h | |
parent | 51b913d611126d264f60fa46cf7a2131692ac70b (diff) |
suport for renaming directories in tag editor
Diffstat (limited to 'src/ncmpcpp.h')
-rw-r--r-- | src/ncmpcpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ncmpcpp.h b/src/ncmpcpp.h index 0cca037e..d1393968 100644 --- a/src/ncmpcpp.h +++ b/src/ncmpcpp.h @@ -31,6 +31,7 @@ # define UNICODE 0 #endif +#include <cstdio> #include <clocale> #include <ctime> #include <algorithm> |