]> mj.ucw.cz Git - libucw.git/blobdiff - charset/toupper.c
Rewrote to use pread/pwrite() and to avoid messing up with internals
[libucw.git] / charset / toupper.c
index 43210349cd8051ffc7cb5f812674c33147912ad2..ffb113f6f5ca78bf5daab448cc27a39ffcb64754 100644 (file)
@@ -1,8 +1,9 @@
 /*
  *     The UniCode Library -- Uppercase Table
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
  */
 
+#include "lib/lib.h"
 #include "charset/unicode.h"
 #include "charset/U-upper.h"