|
Title: | Including eloqdb.h results in compiler error |
Document: | 905423583 |
Author: | Michael Marxmeier (mike@msede.com) |
Keywords: | linux,HP-UX,A0600,eloqdb.h |
Including eloqdb6.h results in compiler errors
Problem:
Including eloqdb.h results in compiler error messages:
eloqdb.h:379: parse error before `size_t'
...
eloqdb.h:405: parse error before `id'
Solution:
eloqdb.h requires previous inclusion of
<stdlib.h> or <sys/types.h>.
|
|