Skip to content

Commit

Permalink
Add missing header in common/user module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Sep 12, 2019
1 parent b53305c commit e4a071c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ System User/Group Management
#ifndef COMMON_USER_H
#define COMMON_USER_H

#include <sys/types.h>

#include "common/type/string.h"

/***********************************************************************************************************************************
Expand Down

0 comments on commit e4a071c

Please sign in to comment.