summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/examples/setup.py.in2
-rw-r--r--api/src/glfs-mgmt.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/api/examples/setup.py.in b/api/examples/setup.py.in
index f22fa1f30..908ccda84 100644
--- a/api/examples/setup.py.in
+++ b/api/examples/setup.py.in
@@ -16,7 +16,7 @@ setup(
description='Python client library for the GlusterFS libgfapi',
long_description=DESC,
author='Gluster Community',
- author_email='gluster-devel@nongnu.org',
+ author_email='gluster-devel@gluster.org',
license='LGPLv3',
url='http://gluster.org/',
package_dir={'gluster':''},
diff --git a/api/src/glfs-mgmt.c b/api/src/glfs-mgmt.c
index e2a52c324..5c7e8b2fc 100644
--- a/api/src/glfs-mgmt.c
+++ b/api/src/glfs-mgmt.c
@@ -31,6 +31,7 @@
#include "protocol-common.h"
#include "glusterfs3.h"
#include "portmap-xdr.h"
+#include "xdr-common.h"
#include "xdr-generic.h"
#include "syncop.h"