X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=util%2Foid.c;h=3bf45dc76b1c42d4a6f1d6eff4d0ba5f473121c5;hp=bdfc16fb8b813eb97ecba5b9ec406511acfeb4d9;hb=d9ee01635f03f9095a66f71b73580560d48798e8;hpb=cb182c3eb21ca4405d0c9f928ceb33f3fd2f95ba diff --git a/util/oid.c b/util/oid.c index bdfc16f..3bf45dc 100644 --- a/util/oid.c +++ b/util/oid.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: oid.c,v $ - * Revision 1.37 1999-09-13 12:51:15 adam + * Revision 1.38 1999-11-30 13:47:12 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.37 1999/09/13 12:51:15 adam * Added CLIENT IP OID. * * Revision 1.36 1999/05/27 13:02:20 adam @@ -149,8 +152,8 @@ #include #include -#include -#include +#include +#include static int z3950_prefix[] = { 1, 2, 840, 10003, -1 }; static int sr_prefix[] = { 1, 0, 10163, -1 };