ctf: make src.ctf.fs append error causes
[babeltrace.git] / include / babeltrace2 / error-const.h
index 5ac971def2b1084b94bb4507b575ae37a2f3b5d2..8f09b4b78152eb2687ef4c18f7293bcc4d5e9589 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_ERROR_CONST_H
 
 /*
- * Copyright (c) 2019 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 #include <stddef.h>
 
-/* For bt_error, bt_error_cause */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
This page took 0.024346 seconds and 4 git commands to generate.