]> mj.ucw.cz Git - libucw.git/blobdiff - lib/str_ctype.c
If have GET_O and GET_P, we should have PUT_O and PUT_P as well.
[libucw.git] / lib / str_ctype.c
index 773d78436f1ef30b6316900f5a990f0ae973e8f3..0f715e94d781256dd76428a98854b34f256c7a35 100644 (file)
@@ -1,13 +1,13 @@
 /*
  *     Sherlock Library -- Character Classes
  *
- *     (c) 1998 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998 Martin Mares <mj@ucw.cz>
  */
 
-#include "string.h"
+#include "lib/chartype.h"
 
 unsigned char _c_cat[256] = {
 #define CHAR(code,upper,unacc,acc,cat) cat,
-#include "charmap.h"
+#include "lib/charmap.h"
 #undef CHAR
 };