diff options
Diffstat (limited to 'src/portmap.c')
-rw-r--r-- | src/portmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portmap.c b/src/portmap.c index 12bd34d..6b4a3cd 100644 --- a/src/portmap.c +++ b/src/portmap.c @@ -1,5 +1,5 @@ /* - * Copyright 2008,2009 Red Hat, Inc. + * Copyright 2008,2009,2011 Red Hat, Inc. * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -38,8 +38,8 @@ #include <slapi-plugin.h> #endif -#include <rpcsvc/yp_prot.h> #include <rpc/xdr.h> +#include "../yp/yp.h" #include <rpc/pmap_prot.h> #include "portmap.h" |