Skip to content

Commit

Permalink
caps.h: move ifndef/define to the top
Browse files Browse the repository at this point in the history
Signed-off-by: Long Wang <w@laoqinren.net>
  • Loading branch information
0x0916 authored and stgraber committed Jul 16, 2017
1 parent 2492b2e commit 4dd09ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lxc/caps.h
Expand Up @@ -21,11 +21,12 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef __LXC_CAPS_H
#define __LXC_CAPS_H

#include "config.h"
#include <stdbool.h>

#ifndef __LXC_CAPS_H
#define __LXC_CAPS_H

#if HAVE_LIBCAP
#include <sys/capability.h>
Expand Down

0 comments on commit 4dd09ac

Please sign in to comment.