Export the list header with a new namespace
[babeltrace.git] / formats / registry.c
index 656d6360aca0030856c3a08830998cea1ea4119f..12912561773fd3884ab3fad7015624fd6683be5d 100644 (file)
@@ -3,7 +3,9 @@
  *
  * Format Registry
  *
- * Copyright 2010 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation
+ *
+ * Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -20,6 +22,7 @@
 #include <glib.h>
 #include <errno.h>
 #include <stdio.h>
+#include <assert.h>
 
 struct walk_data {
        FILE *fp;
This page took 0.022649 seconds and 4 git commands to generate.