diff options
Diffstat (limited to 'ext/sysvmsg/php_sysvmsg.h')
-rw-r--r-- | ext/sysvmsg/php_sysvmsg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/sysvmsg/php_sysvmsg.h b/ext/sysvmsg/php_sysvmsg.h index 3d78bc051a..ca72f0a3fc 100644 --- a/ext/sysvmsg/php_sysvmsg.h +++ b/ext/sysvmsg/php_sysvmsg.h @@ -55,6 +55,11 @@ typedef struct { long id; } sysvmsg_queue_t; +struct php_msgbuf { + long mtype; + char mtext[1]; +}; + #endif /* HAVE_SYSVMSG */ #endif /* PHP_SYSVMSG_H */ |