From: Narasimha S. <nsh...@us...> - 2011-12-27 20:45:22
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv20153 Modified Files: utilTypeCk.c Log Message: [3446179] Add a feature to validate CMPI types Index: utilTypeCk.c =================================================================== RCS file: /cvsroot/sblim/sfcb/utilTypeCk.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- utilTypeCk.c 30 Nov 2011 23:26:39 -0000 1.1 +++ utilTypeCk.c 27 Dec 2011 20:45:20 -0000 1.2 @@ -18,9 +18,11 @@ * */ +#define _XOPEN_SOURCE 600 #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <limits.h> #include <errno.h> #include "cmpi/cmpidt.h" |