1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

* Include some required header files.

This commit is contained in:
Eelco Dolstra 2005-05-04 16:33:20 +00:00
parent 26fd28432d
commit 52a2f41320
3 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,7 @@
#include <cerrno>
#include <ctime>
#include <algorithm>
typedef enum {
@ -871,7 +872,7 @@ static void opDefaultExpr(Globals & globals,
static string needArg(Strings::iterator & i,
const Strings & args, const string & arg)
Strings & args, const string & arg)
{
++i;
if (i == args.end()) throw UsageError(