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

<sys/types.h> not included in driver.c, despite it using pid_t

eyalroz opened this issue · comments

Just to be on the up-and-up, let's include <sys/types.h> in driver.c, since it uses pid_t.

I wonder if this was really merited...