necouchman commented on a change in pull request #228:
URL: https://github.com/apache/guacamole-server/pull/228#discussion_r448580680
##########
File path: src/libguac/guacamole/protocol-types.h
##########
@@ -20,6 +20,8 @@
#ifndef _GUAC_PROTOCOL_TYPES_H
#define _GUAC_PROTOCOL_TYPES_H
+#include <stddef.h>
+
Review comment:
I was getting an error that `NULL` wasn't defined - that seems to be at
least one of the places it is usually defined?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]