Changeset 3045 in MondoRescue


Ignore:
Timestamp:
Oct 8, 2012, 4:19:54 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #632 by adding a required include to build mindi-busybox on Arch Linux
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi-busybox/shell/shell_common.h

    r2725 r3045  
    1919#ifndef SHELL_COMMON_H
    2020#define SHELL_COMMON_H 1
     21/*  BCO: From http://paste.pound-python.org/show/23796/ - Fix #632 */
     22#include <sys/resource.h>
     23/*  End BCO */
    2124
    2225PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
Note: See TracChangeset for help on using the changeset viewer.