summaryrefslogtreecommitdiffstats
path: root/libcxx/src
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-01-30 18:50:32 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-01-30 18:50:32 +0000
commitcb04468c6adc92a96f38329c90b173f7c349da73 (patch)
tree2e623f7e09d931705064a84ea759faa39a9023ae /libcxx/src
parentf8c065fde2da0dcf72f65229642d708d21ca588b (diff)
downloadbcm5719-llvm-cb04468c6adc92a96f38329c90b173f7c349da73.tar.gz
bcm5719-llvm-cb04468c6adc92a96f38329c90b173f7c349da73.zip
experimental: add missing file header
The directory_iterator implementation file was missing the file header. Add one. NFC. llvm-svn: 293530
Diffstat (limited to 'libcxx/src')
-rw-r--r--libcxx/src/experimental/filesystem/directory_iterator.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/src/experimental/filesystem/directory_iterator.cpp b/libcxx/src/experimental/filesystem/directory_iterator.cpp
index 0e9000b2203..f64d0535b06 100644
--- a/libcxx/src/experimental/filesystem/directory_iterator.cpp
+++ b/libcxx/src/experimental/filesystem/directory_iterator.cpp
@@ -1,3 +1,12 @@
+//===------------------ directory_iterator.cpp ----------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
+// Source Licenses. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
#include "experimental/filesystem"
#include <dirent.h>
#include <errno.h>
OpenPOWER on IntegriCloud