ubik: fix include quotes
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 25 Oct 2013 17:47:59 +0000 (13:47 -0400)
committerDerrick Brashear <shadow@your-file-system.com>
Sat, 26 Oct 2013 13:00:17 +0000 (06:00 -0700)
Include the generated header in the current directory.

Change-Id: Iaa22fcfd0e22e5f33e7c9bf8a26a838b25668160
Reviewed-on: http://gerrit.openafs.org/10361
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

src/ubik/uinit.c

index a61a029..25238fb 100644 (file)
@@ -25,7 +25,7 @@
 #include <afs/auth.h>
 #include <afs/cellconfig.h>
 #include <afs/keys.h>
-#include <ubik.h>
+#include "ubik.h"
 #include <afs/afsint.h>
 #include <afs/cmd.h>