summaryrefslogtreecommitdiffstats
path: root/base/file_descriptor_shuffle.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_descriptor_shuffle.h')
-rw-r--r--base/file_descriptor_shuffle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_descriptor_shuffle.h b/base/file_descriptor_shuffle.h
index e1c93cd..a5c08e4 100644
--- a/base/file_descriptor_shuffle.h
+++ b/base/file_descriptor_shuffle.h
@@ -4,6 +4,7 @@
#ifndef BASE_FILE_DESCRIPTOR_SHUFFLE_H_
#define BASE_FILE_DESCRIPTOR_SHUFFLE_H_
+#pragma once
// This code exists to perform the shuffling of file descriptors which is
// commonly needed when forking subprocesses. The naive approve is very simple,