Fix header condition
authorDagobert Michelsen <dam@opencsw.org>
Thu, 4 Jun 2015 11:25:48 +0000 (13:25 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 13 Jan 2016 21:28:33 +0000 (22:28 +0100)
commit10e6e69a60f1722bb0a8a3b25bd5812471f33cfc
treefd9c67254dd8edd0aca34179ab2d841bec9045bd
parent5d5e6749dde4cccc5616df8536775d0f237df5e9
Fix header condition

The dependency is either UTMPX or UTMP or Statgrab. The inclusion above hasn't statgrab.h in the elif-chain, that means compilation fails when only libstatgrab is available. The line can safely be taken out as the same condition is checked in #L120.
src/users.c