Remove non-standard arithmetic on void *, and get offsetof() from <stddef.h> instead
of rolling our own. Fixes building on Irix. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@110 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
||||
/*
|
||||
* Everybody needs these POSIX headers...
|
||||
|
||||
Reference in New Issue
Block a user