eyalroz / ssb-dbgen

Star Schema Benchmark data set generator (dbgen) - unified repository

Home Page:http://www.cs.umb.edu/~poneil/StarSchemaB.PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The declarations for getopt() and getpid() are not included in qgen.c

eyalroz opened this issue · comments

For some strange reason, the inclusion of <unistd.h> is commented-out in qgen.c. Why is that? Weird, they should definitely be included, since we used the getopt() the getpid() functions which are declared in that header.