definition of size_t.
--
Steve
Index: libelftc/libelftc_vstr.c
===================================================================
--- libelftc/libelftc_vstr.c (revision 892)
+++ libelftc/libelftc_vstr.c (working copy)
@@ -24,6 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
#include <assert.h>
#include <libelftc.h>
#include <stdio.h>
Index: libelftc/libelftc_dem_gnu2.c
===================================================================
--- libelftc/libelftc_dem_gnu2.c (revision 892)
+++ libelftc/libelftc_dem_gnu2.c (working copy)
@@ -24,6 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
Index: libelftc/libelftc_dem_gnu3.c
===================================================================
--- libelftc/libelftc_dem_gnu3.c (revision 892)
+++ libelftc/libelftc_dem_gnu3.c (working copy)
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+#include <sys/types.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
Index: libelftc/libelftc_dem_arm.c
===================================================================
--- libelftc/libelftc_dem_arm.c (revision 892)
+++ libelftc/libelftc_dem_arm.c (working copy)
@@ -24,6 +24,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
|