summaryrefslogtreecommitdiff
path: root/unit/atf-src/atf-run/user.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unit/atf-src/atf-run/user.cpp')
-rw-r--r--unit/atf-src/atf-run/user.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/unit/atf-src/atf-run/user.cpp b/unit/atf-src/atf-run/user.cpp
index 9ba82acf..37329f16 100644
--- a/unit/atf-src/atf-run/user.cpp
+++ b/unit/atf-src/atf-run/user.cpp
@@ -1,7 +1,7 @@
//
// Automated Testing Framework (atf)
//
-// Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
+// Copyright (c) 2007 The NetBSD Foundation, Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
@@ -28,16 +28,16 @@
//
extern "C" {
-#include <unistd.h>
-
#include <sys/types.h>
#include <pwd.h>
+#include <unistd.h>
#include "../atf-c/detail/user.h"
}
#include <stdexcept>
+#include <string>
#include "../atf-c++/detail/sanity.hpp"