Commit 2828bdb980d0118a1076d3ddbbf47b77dd96bba2

Christopher Wiley 2015-07-24T08:42:06

Always define missing TAILQ functions from sys/queue.h On both Android and Ubuntu machines, TAILQ_END is not defined. This header also does not seem to be part of standard BSD sys/queue.h Fix this by always defining missing TAILQ_ macros rather than conditioning on a particular macro. Fixes #267