zeux / qgrep

Fast regular expression grep for source code with incremental index updates
MIT License
332 stars 43 forks source link

src/common.h: include stdlib.h - fixes build on FreeBSD #1

Closed Freaky closed 9 years ago

Freaky commented 9 years ago

Builds and works fine on FreeBSD 10.1/amd64 with this small tweak, using CXX=clang++. Also build tested on Debian stable/x86-64.

zeux commented 9 years ago

Thanks!